#066896

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

Shades of Cerulean #066896

Tints of Cerulean #066896

Color information

#066896 (or 0x066896) is unknown color: approx Cerulean. HEX triplet: 06, 68 and 96. RGB value is (6,104,150). Sum of RGB (Red+Green+Blue) = 6+104+150=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #066896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066896 is #F99769. Grayscale: #4F4F4F. Windows color (decimal): -16357226 or 9857030. OLE color: 9857030.

HSL color Cylindrical-coordinate representation of color #066896: hue angle of 199.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066896 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6104150-
CMYK0.960.3100.41
HSL199.17º92.31%30.59%-
HSV(B)199.17º96%58.82%-
XYZ10.5312.1430.64-
YUV79.94167.5375.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.31%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=2.31%
G=40%
B=57.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61041500.960.3100.41199.1792.3130.59
Hex66896601F029c75c1f
Octal61502261403705130713437
Binary110110100010010110110000011111010100111000111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066896; }

 p { color: rgb(6,104,150); }

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

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

 a { background-color: rgb(6,104,150); }

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

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

 span { border-color: rgb(6,104,150); }

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