#06486C

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

Shades of Dark Cerulean #06486C

Tints of Dark Cerulean #06486C

Color information

#06486C (or 0x06486C) is unknown color: approx Dark Cerulean. HEX triplet: 06, 48 and 6C. RGB value is (6,72,108). Sum of RGB (Red+Green+Blue) = 6+72+108=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #06486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06486C is #F9B793. Grayscale: #383838. Windows color (decimal): -16365460 or 7096326. OLE color: 7096326.

HSL color Cylindrical-coordinate representation of color #06486C: hue angle of 201.18º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06486C is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB672108-
CMYK0.940.3300.58
HSL201.18º89.47%22.35%-
HSV(B)201.18º94.44%42.35%-
XYZ5.15.7615.03-
YUV56.37157.1392.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.23%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=3.23%
G=38.71%
B=58.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6721080.940.3300.58201.1889.4722.35
Hex6486C5E2103Ac95916
Octal61101541364107231113126
Binary110100100011011001011110100001011101011001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,72,108); }

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

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

 a { background-color: rgb(6,72,108); }

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

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

 span { border-color: rgb(6,72,108); }

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