Html Css Color HEX #006C96 Cerulean

📋 copy color: '#006C96'

red 0 ◦ green 108 ◦ blue 150

#006C96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #006C96

Tints of Cerulean #006C96

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 108 (42.58% from 255) = 41.86%

 BLUE value IS 150 (58.98% from 255) = 58.14%

R = 0%
G = 41.86%
B = 58.14%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006C96 (or 0x006C96) is known color: Cerulean. HEX triplet: 00, 6C and 96. RGB value is (0,108,150). Sum of RGB (Red+Green+Blue) = 0+108+150=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #006C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C96 is #FF9369. Grayscale: #505050. Windows color (decimal): -16749418 or 9858048. OLE color: 9858048.

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

Color convert

RGB 0 108 150 -
CMYK 1 0.28 0 0.41
HSL 196.8º 1% 0.29% -
HSV(B) 196.8º 1% 0.59% -
XYZ 10.87 12.93 30.78 -
YUV 80.5 167.22 70.58 -
System Red Green Blue C M Y K H S L
Decimal 0 108 150 1 0.28 0 0.41 196.8 1 0.29
Hex 0 6C 96 64 1C 0 29 C5 64 1D
Octal 0 154 226 144 34 0 51 305 144 35
Binary 0 1101100 10010110 1100100 11100 0 101001 11000101 1100100 11101

Color Harmonies of #006C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C96

Black with #006C96

Text Example


Text Example

White with #006C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #006C96;
 }
 .AnyTagClassName
 {
   color: #006C96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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