Html Css Color HEX #006A97 Cerulean

📋 copy color: '#006A97'

red 0 ◦ green 106 ◦ blue 151

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

Shades of Cerulean #006A97

Tints of Cerulean #006A97

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.25%

 BLUE value IS 151 (59.38% from 255) = 58.75%

R = 0%
G = 41.25%
B = 58.75%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006A97 (or 0x006A97) is known color: Cerulean. HEX triplet: 00, 6A and 97. RGB value is (0,106,151). Sum of RGB (Red+Green+Blue) = 0+106+151=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #006A97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A97 is #FF9568. Grayscale: #4F4F4F. Windows color (decimal): -16749929 or 9923072. OLE color: 9923072.

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

Color convert

RGB 0 106 151 -
CMYK 1 0.30 0 0.41
HSL 197.88º 1% 0.3% -
HSV(B) 197.88º 1% 0.59% -
XYZ 10.74 12.54 31.13 -
YUV 79.44 168.38 71.34 -
System Red Green Blue C M Y K H S L
Decimal 0 106 151 1 0.30 0 0.41 197.88 1 0.3
Hex 0 6A 97 64 1E 0 29 C6 64 1E
Octal 0 152 227 144 36 0 51 306 144 36
Binary 0 1101010 10010111 1100100 11110 0 101001 11000110 1100100 11110

Color Harmonies of #006A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A97

Black with #006A97

Text Example


Text Example

White with #006A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,106,151); }

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

background-color css

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

 a { background-color: rgb(0,106,151); }

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

border-color css

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

 span { border-color: rgb(0,106,151); }

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