COLOR #6B9CCC

HEX: #6B9CCC
RGB: (107,156,204)

Color info

#6B9CCC contains mainly green and blue colors. Web safe color of #6B9CCC is #6699CC (or #69C).

RGB color model

#6B9CCC color RGB value is (107,156,204).

  • red value is 107;
  • green value is 156;
  • blue value is 204.
RGB:
(107,156,204)
(42%,61%,80%)

RGB channels and saturation

R 107 of 255 = 42%
G 156 of 255 = 61%
B 204 of 255 = 80%

107
156
204

R + G + B ~ 61%. #6B9CCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 156 + 204 = 467 (100%)
R 107 of 467 ~ 22.91%
G 156 of 467 ~ 33.4%
B 204 of 467 ~ 43.68%

%22.91
%33.4
%43.68

CMYK color model

#6B9CCC color CMYK value is (48,24,0,20).

  • cyan value is 47.55%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(48,24,0,20)
C48M24Y0K20 
(48%,24%,0%,20%)
(0.48/0.24/0.00/0.20)	

CMYK percentages

%47.55
%23.53
%0
%20

Codes

Color #6B9CCC in popluar color models

6B9CCC
RGB107156204
HSL210°48.74%60.98%
HSB/HSV210°47.55%80.00%
CMYK47.55%23.53%0.00%
20.00%

Color #6B9CCC in popluar number systems.

HEX6B9CCC
Decimal107156204
Binary11010111001110011001100
Octal153234314

Shades and tints

Shades of #6B9CCC

#6B9CCC
(107,156,204)
#628EBA
(98,142,186)
#5980A8
(89,128,168)
#507296
(80,114,150)
#476484
(71,100,132)
#3E5672
(62,86,114)
#354860
(53,72,96)
#2C3A4E
(44,58,78)
#232C3C
(35,44,60)
#1A1E2A
(26,30,42)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #6B9CCC

#6B9CCC
(107,156,204)
#78A5D0
(120,165,208)
#85AED4
(133,174,212)
#92B7D8
(146,183,216)
#9FC0DC
(159,192,220)
#ACC9E0
(172,201,224)
#B9D2E4
(185,210,228)
#C6DBE8
(198,219,232)
#D3E4EC
(211,228,236)
#E0EDF0
(224,237,240)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9CCC color. Also use rgb(107,156,204) instead hex code.

Text Font Color

.myTextColor { color: #6B9CCC; }

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

This text font color is #6B9CCC.


Background Color

.myBgColor { background-color: #6B9CCC; }

<div style="background-color:#6B9CCC">Inner text</div>

This div background color is #6B9CCC.


Border color

.myBorderColor { border: 1px solid #6B9CCC; }

<div style="border:3px solid #6B9CCC">Div</div>

This div border color is #6B9CCC.


Opacity

.myOpacity80 { color: #6B9CCC; opacity: 0.8; }

<p style="color:#6B9CCC;opacity:0.8;">80%</p>

Text with #6B9CCC 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 #6B9CCC;}

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

This text has shadow with #6B9CCC color.

.textShadow {text-shadow: 3px 3px 1px #6B9CCC, 3px 3px 1px red;}

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

This text has shadow with #6B9CCC primary color and red secondary color.


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

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

This text has shadow with #6B9CCC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9CCC on black background.


Color preview on white background

This text has color #6B9CCC on white background.



Black color preview on #6B9CCC background

This text has black color on #6B9CCC background.


White color preview on #6B9CCC background

This text has white color on #6B9CCC background.