#06608E

Color #06608E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #06608E

Tints of Dark Cerulean #06608E

Color information

#06608E (or 0x06608E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 60 and 8E. RGB value is (6,96,142). Sum of RGB (Red+Green+Blue) = 6+96+142=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #06608E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06608E is #F99F71. Grayscale: #4A4A4A. Windows color (decimal): -16359282 or 9330694. OLE color: 9330694.

HSL color Cylindrical-coordinate representation of color #06608E: hue angle of 200.29º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06608E is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB696142-
CMYK0.960.3200.44
HSL200.29º91.89%29.02%-
HSV(B)200.29º95.77%55.69%-
XYZ9.1410.3627.11-
YUV74.33166.1879.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 142 (55.86% from 255) = 58.20%
R=2.46%
G=39.34%
B=58.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6961420.960.3200.44200.2991.8929.02
Hex6608E602002Cc85c1d
Octal61402161404005431013435
Binary1101100000100011101100000100000010110011001000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06608E; }

 p { color: rgb(6,96,142); }

 H1.HeaderClassName
 {
   color: #06608E;
 }
 .AnyTagClassName
 {
   color: #06608E;
 }
</style>
background-color css

<style>
 a { background-color: #06608E; }

 a { background-color: rgb(6,96,142); }

 div.DivClassName
 {
   background-color: #06608E;
 }
 .BgClassName
 {
   background-color: #06608E;
 }
</style>
border-color css

<style>
 span { border-color: #06608E; }

 span { border-color: rgb(6,96,142); }

 td.TdClassName
 {
   border-color: #06608E;
 }
 .TagClassName
 {
   border-color: #06608E;
 }
</style>