#006C95

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

Shades of Cerulean #006C95

Tints of Cerulean #006C95

Color information

#006C95 (or 0x006C95) is unknown color: approx Cerulean. HEX triplet: 00, 6C and 95. RGB value is (0,108,149). Sum of RGB (Red+Green+Blue) = 0+108+149=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #006C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C95 is #FF936A. Grayscale: #505050. Windows color (decimal): -16749419 or 9792512. OLE color: 9792512.

HSL color Cylindrical-coordinate representation of color #006C95: hue angle of 196.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C95 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0108149-
CMYK10.2800.42
HSL196.51º100%29.22%-
HSV(B)196.51º100%58.43%-
XYZ10.7912.930.35-
YUV80.38166.7270.67-

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) = 42.02%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=0%
G=42.02%
B=57.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal010814910.2800.42196.5110029.22
Hex06C95641C02Ac5641d
Octal01542251443405230514435
Binary0110110010010101110010011100010101011000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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