COLOR #6977CF

HEX: #6977CF
RGB: (105,119,207)

Color info

#6977CF contains mainly blue color. Web safe color of #6977CF is #6666CC (or #66C).

RGB color model

#6977CF color RGB value is (105,119,207).

  • red value is 105;
  • green value is 119;
  • blue value is 207.
RGB:
(105,119,207)
(41%,47%,81%)

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 207 of 255 = 81%

105
119
207

R + G + B ~ 56%. #6977CF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 119 + 207 = 431 (100%)
R 105 of 431 ~ 24.36%
G 119 of 431 ~ 27.61%
B 207 of 431 ~ 48.03%

%24.36
%27.61
%48.03

CMYK color model

#6977CF color CMYK value is (49,43,0,19).

  • cyan value is 49.28%
  • magenta value is 42.51%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(49,43,0,19)
C49M43Y0K19 
(49%,43%,0%,19%)
(0.49/0.43/0.00/0.19)	

CMYK percentages

%49.28
%42.51
%0
%18.82

Codes

Color #6977CF in popluar color models

6977CF
RGB105119207
HSL232°51.52%61.18%
HSB/HSV232°49.28%81.18%
CMYK49.28%42.51%0.00%
18.82%

Color #6977CF in popluar number systems.

HEX6977CF
Decimal105119207
Binary1101001111011111001111
Octal151167317

Shades and tints

Shades of #6977CF

#6977CF
(105,119,207)
#606DBD
(96,109,189)
#5763AB
(87,99,171)
#4E5999
(78,89,153)
#454F87
(69,79,135)
#3C4575
(60,69,117)
#333B63
(51,59,99)
#2A3151
(42,49,81)
#21273F
(33,39,63)
#181D2D
(24,29,45)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #6977CF

#6977CF
(105,119,207)
#7683D3
(118,131,211)
#838FD7
(131,143,215)
#909BDB
(144,155,219)
#9DA7DF
(157,167,223)
#AAB3E3
(170,179,227)
#B7BFE7
(183,191,231)
#C4CBEB
(196,203,235)
#D1D7EF
(209,215,239)
#DEE3F3
(222,227,243)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6977CF color. Also use rgb(105,119,207) instead hex code.

Text Font Color

.myTextColor { color: #6977CF; }

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

This text font color is #6977CF.


Background Color

.myBgColor { background-color: #6977CF; }

<div style="background-color:#6977CF">Inner text</div>

This div background color is #6977CF.


Border color

.myBorderColor { border: 1px solid #6977CF; }

<div style="border:3px solid #6977CF">Div</div>

This div border color is #6977CF.


Opacity

.myOpacity80 { color: #6977CF; opacity: 0.8; }

<p style="color:#6977CF;opacity:0.8;">80%</p>

Text with #6977CF 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 #6977CF;}

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

This text has shadow with #6977CF color.

.textShadow {text-shadow: 3px 3px 1px #6977CF, 3px 3px 1px red;}

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

This text has shadow with #6977CF primary color and red secondary color.


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

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

This text has shadow with #6977CF and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6977CF;
-webkit-box-shadow: 1px 1px 3px 2px #6977CF;
box-shadow:1px 1px 3px 2px #6977CF;">
Div content here</div>
This div box has shadow with color #6977CF.

Preview

Color preview on black background

This text has color #6977CF on black background.


Color preview on white background

This text has color #6977CF on white background.



Black color preview on #6977CF background

This text has black color on #6977CF background.


White color preview on #6977CF background

This text has white color on #6977CF background.