#06608F

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

Shades of Dark Cerulean #06608F

Tints of Dark Cerulean #06608F

Color information

#06608F (or 0x06608F) is unknown color: approx Dark Cerulean. HEX triplet: 06, 60 and 8F. RGB value is (6,96,143). Sum of RGB (Red+Green+Blue) = 6+96+143=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #06608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06608F is #F99F70. Grayscale: #4A4A4A. Windows color (decimal): -16359281 or 9396230. OLE color: 9396230.

HSL color Cylindrical-coordinate representation of color #06608F: hue angle of 200.58º 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 #06608F is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB696143-
CMYK0.960.3300.44
HSL200.58º91.95%29.22%-
HSV(B)200.58º95.8%56.08%-
XYZ9.2210.3927.51-
YUV74.45166.6879.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 143 (56.25% from 255) = 58.37%
R=2.45%
G=39.18%
B=58.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6961430.960.3300.44200.5891.9529.22
Hex6608F602102Cc95c1d
Octal61402171404105431113435
Binary1101100000100011111100000100001010110011001001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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