#006C9C

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

Shades of Cerulean #006C9C

Tints of Cerulean #006C9C

Color information

#006C9C (or 0x006C9C) is unknown color: approx Cerulean. HEX triplet: 00, 6C and 9C. RGB value is (0,108,156). Sum of RGB (Red+Green+Blue) = 0+108+156=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #006C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C9C is #FF9363. Grayscale: #505050. Windows color (decimal): -16749412 or 10251264. OLE color: 10251264.

HSL color Cylindrical-coordinate representation of color #006C9C: hue angle of 198.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C9C is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB0108156-
CMYK10.3100.39
HSL198.46º100%30.59%-
HSV(B)198.46º100%61.18%-
XYZ11.3613.1333.39-
YUV81.18170.2270.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=0%
G=40.91%
B=59.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal010815610.3100.39198.4610030.59
Hex06C9C641F027c6641f
Octal01542341443704730614437
Binary0110110010011100110010011111010011111000110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006C9C; }

 p { color: rgb(0,108,156); }

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

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

 a { background-color: rgb(0,108,156); }

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

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

 span { border-color: rgb(0,108,156); }

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