COLOR #6797DE

HEX: #6797DE RGB: (103,151,222)

Color info

#6797DE contains mainly blue color. Web safe color of #6797DE is #6699CC (or #69C).

RGB color model

#6797DE color RGB value is (103,151,222).

RGB: (103,151,222) (40%, 59%, 87%)

RGB channels and saturation

R 103 of 255 = 40%
G 151 of 255 = 59%
B 222 of 255 = 87%

103
151
222

R + G + B ~ 62%. #6797DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 103 + 151 + 222 = 476 (100%)
R 103 of 476 ~ 21.64%
G 151 of 476 ~ 31.72%
B 222 of 476 ~ 46.64'%

%21.64
%31.72
%46.64

CMYK color model

#6797DE color CMYK value is (54,32,0,13).

  • cyan value is 53.60%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (54,32,0,13)
C54M32Y0K13 (54%, 32%, 0%, 13%)
(0.54 / 0.32 / 0.00 / 0.13)

CMYK percentages

%53.6
%31.98
%0
%12.94

Codes

Color #6797DE in popluar color models

67 97 DE
RGB 103 151 222
HSL 216° 64.32% 63.73%
HSB/HSV 216° 53.60% 87.06%
CMYK 53.60% 31.98% 0.00%
12.94%

Color #6797DE in popluar number systems.

HEX 67 97 DE
Decimal 103 151 222
Binary 1100111 10010111 11011110
Octal 147 227 336

Shades and tints

Shades of #6797DE

#6797DE
(103,151,222)
#5E8ACA
(94,138,202)
#557DB6
(85,125,182)
#4C70A2
(76,112,162)
#43638E
(67,99,142)
#3A567A
(58,86,122)
#314966
(49,73,102)
#283C52
(40,60,82)
#1F2F3E
(31,47,62)
#16222A
(22,34,42)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #6797DE

#6797DE
(103,151,222)
#74A0E1
(116,160,225)
#81A9E4
(129,169,228)
#8EB2E7
(142,178,231)
#9BBBEA
(155,187,234)
#A8C4ED
(168,196,237)
#B5CDF0
(181,205,240)
#C2D6F3
(194,214,243)
#CFDFF6
(207,223,246)
#DCE8F9
(220,232,249)
#E9F1FC
(233,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6797DE color. Also use rgb(103,151,222) instead hex code.

Text Font Color

.myTextColor { color: #6797DE; }

<p style="color:#6797DE">This sample text font color is #6797DE.</p>

This text font color is #6797DE.

Background Color

.myBgColor { background-color: #6797DE; }

<div style="background-color:#6797DE">Inner text</div>

This div background color is #6797DE.

Border color

.myBorderColor { border: 1px solid #6797DE; }

<div style="border:3px solid #6797DE">Div</div>

This div border color is #6797DE.

Opacity

.myOpacity80 { color: #6797DE; opacity: 0.8; }

<p style="color:#6797DE;opacity:0.8;">80%</p>

Text with #6797DE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6797DE;}

<p style="text-shadow: 3px 3px 1px #6797DE">Text here.</p>

This text has shadow with #6797DE color.


.textShadow {text-shadow: 3px 3px 1px #6797DE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6797DE, 5px 5px 20px red">Text here.</p>

This text has shadow with #6797DE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6797DE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6797DE, Direction=45, Strength=4)">Text</p>

This text has shadow with #6797DE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6797DE;
-webkit-box-shadow: 1px 1px 3px 2px #6797DE;
box-shadow: 1px 1px 3px 2px #6797DE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6797DE; -webkit-box-shadow: 1px 1px 3px 2px #6797DE; box-shadow:1px 1px 3px 2px #6797DE;">
Div content here
</div>

This div box has shadow with color #6797DE.

Preview

Color preview on black background

This text has color #6797DE on black background.


Color preview on white background

This text has color #6797DE on white background.


Black color preview on #6797DE background

This text has black color on #6797DE background.


White color preview on #6797DE background

This text has white color on #6797DE background.


Related colors

Complementary color

Complementary color for #hex is #986821.


I love getcolorcode.com

Triadic colors

1 #DE6797 and #97DE67 with #6797DE are triadic colors.

2 #DE9767 and #9767DE with #6797DE are triadic colors.