#06466A

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

Shades of Dark Cerulean #06466A

Tints of Dark Cerulean #06466A

Color information

#06466A (or 0x06466A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 46 and 6A. RGB value is (6,70,106). Sum of RGB (Red+Green+Blue) = 6+70+106=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #06466A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06466A is #F9B995. Grayscale: #363636. Windows color (decimal): -16365974 or 6964742. OLE color: 6964742.

HSL color Cylindrical-coordinate representation of color #06466A: hue angle of 201.6º 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 #06466A is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB670106-
CMYK0.940.3400.58
HSL201.6º89.29%21.96%-
HSV(B)201.6º94.34%41.57%-
XYZ4.875.4614.43-
YUV54.97156.893.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 106 (41.80% from 255) = 58.24%
R=3.30%
G=38.46%
B=58.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6701060.940.3400.58201.689.2921.96
Hex6466A5E2203Aca5916
Octal61061521364207231213126
Binary110100011011010101011110100010011101011001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06466A; }

 p { color: rgb(6,70,106); }

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

<style>
 a { background-color: #06466A; }

 a { background-color: rgb(6,70,106); }

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

<style>
 span { border-color: #06466A; }

 span { border-color: rgb(6,70,106); }

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