#066997

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

Shades of Cerulean #066997

Tints of Cerulean #066997

Color information

#066997 (or 0x066997) is unknown color: approx Cerulean. HEX triplet: 06, 69 and 97. RGB value is (6,105,151). Sum of RGB (Red+Green+Blue) = 6+105+151=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #066997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066997 is #F99668. Grayscale: #505050. Windows color (decimal): -16356969 or 9922822. OLE color: 9922822.

HSL color Cylindrical-coordinate representation of color #066997: hue angle of 199.03º 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 #066997 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6105151-
CMYK0.960.3000.41
HSL199.03º92.36%30.78%-
HSV(B)199.03º96.03%59.22%-
XYZ10.7112.3831.1-
YUV80.64167.774.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 151 (59.38% from 255) = 57.63%
R=2.29%
G=40.08%
B=57.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61051510.960.3000.41199.0392.3630.78
Hex66997601E029c75c1f
Octal61512271403605130713437
Binary110110100110010111110000011110010100111000111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066997; }

 p { color: rgb(6,105,151); }

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

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

 a { background-color: rgb(6,105,151); }

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

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

 span { border-color: rgb(6,105,151); }

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