COLOR #006CCC

HEX: #006CCC
RGB: (0,108,204)

Color info

#006CCC contains mainly blue color. Web safe color of #006CCC is #0066CC (or #06C).

RGB color model

#006CCC color RGB value is (0,108,204).

  • red value is 0;
  • green value is 108;
  • blue value is 204.
RGB:
(0,108,204)
(0%,42%,80%)

RGB channels and saturation

R 0 of 255 = 0%
G 108 of 255 = 42%
B 204 of 255 = 80%

0
108
204

R + G + B ~ 41%. #006CCC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 108 + 204 = 312 (100%)
R 0 of 312 ~ 0%
G 108 of 312 ~ 34.62%
B 204 of 312 ~ 65.38%

%34.62
%65.38

CMYK color model

#006CCC color CMYK value is (100,47,0,20).

  • cyan value is 100.00%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(100,47,0,20)
C100M47Y0K20 
(100%,47%,0%,20%)
(1.00/0.47/0.00/0.20)	

CMYK percentages

%100
%47.06
%0
%20

Codes

Color #006CCC in popluar color models

006CCC
RGB0108204
HSL208°100.00%40.00%
HSB/HSV208°100.00%80.00%
CMYK100.00%47.06%0.00%
20.00%

Color #006CCC in popluar number systems.

HEX006CCC
Decimal0108204
Binary0110110011001100
Octal0154314

Shades and tints

Shades of #006CCC

#006CCC
(0,108,204)
#0063BA
(0,99,186)
#005AA8
(0,90,168)
#005196
(0,81,150)
#004884
(0,72,132)
#003F72
(0,63,114)
#003660
(0,54,96)
#002D4E
(0,45,78)
#00243C
(0,36,60)
#001B2A
(0,27,42)
#001218
(0,18,24)
#000000
(0,0,0)

Tints of #006CCC

#006CCC
(0,108,204)
#1779D0
(23,121,208)
#2E86D4
(46,134,212)
#4593D8
(69,147,216)
#5CA0DC
(92,160,220)
#73ADE0
(115,173,224)
#8ABAE4
(138,186,228)
#A1C7E8
(161,199,232)
#B8D4EC
(184,212,236)
#CFE1F0
(207,225,240)
#E6EEF4
(230,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006CCC color. Also use rgb(0,108,204) instead hex code.

Text Font Color

.myTextColor { color: #006CCC; }

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

This text font color is #006CCC.


Background Color

.myBgColor { background-color: #006CCC; }

<div style="background-color:#006CCC">Inner text</div>

This div background color is #006CCC.


Border color

.myBorderColor { border: 1px solid #006CCC; }

<div style="border:3px solid #006CCC">Div</div>

This div border color is #006CCC.


Opacity

.myOpacity80 { color: #006CCC; opacity: 0.8; }

<p style="color:#006CCC;opacity:0.8;">80%</p>

Text with #006CCC 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 #006CCC;}

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

This text has shadow with #006CCC color.

.textShadow {text-shadow: 3px 3px 1px #006CCC, 3px 3px 1px red;}

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

This text has shadow with #006CCC primary color and red secondary color.


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

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

This text has shadow with #006CCC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006CCC on black background.


Color preview on white background

This text has color #006CCC on white background.



Black color preview on #006CCC background

This text has black color on #006CCC background.


White color preview on #006CCC background

This text has white color on #006CCC background.