#06558C

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

Shades of Dark Cerulean #06558C

Tints of Dark Cerulean #06558C

Color information

#06558C (or 0x06558C) is unknown color: approx Dark Cerulean. HEX triplet: 06, 55 and 8C. RGB value is (6,85,140). Sum of RGB (Red+Green+Blue) = 6+85+140=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #06558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06558C is #F9AA73. Grayscale: #434343. Windows color (decimal): -16362100 or 9196806. OLE color: 9196806.

HSL color Cylindrical-coordinate representation of color #06558C: hue angle of 204.63º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06558C is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB685140-
CMYK0.960.3900.45
HSL204.63º91.78%28.63%-
HSV(B)204.63º95.71%54.9%-
XYZ8.068.4326.01-
YUV67.65168.8384.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 140 (55.08% from 255) = 60.61%
R=2.60%
G=36.80%
B=60.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6851400.960.3900.45204.6391.7828.63
Hex6558C602702Dcd5c1d
Octal61252141404705531513435
Binary1101010101100011001100000100111010110111001101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06558C; }

 p { color: rgb(6,85,140); }

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

<style>
 a { background-color: #06558C; }

 a { background-color: rgb(6,85,140); }

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

<style>
 span { border-color: #06558C; }

 span { border-color: rgb(6,85,140); }

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