#006b97

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

Shades of Cerulean #006B97

Tints of Cerulean #006B97

Color information

#006B97 (or 0x006B97) is unknown color: approx Cerulean. HEX triplet: 00, 6B and 97. RGB value is (0,107,151). Sum of RGB (Red+Green+Blue) = 0+107+151=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #006B97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B97 is #FF9468. Grayscale: #4F4F4F. Windows color (decimal): -16749673 or 9923328. OLE color: 9923328.

HSL color Cylindrical-coordinate representation of color #006B97: hue angle of 197.48º 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 #006B97 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB0107151-
CMYK10.2900.41
HSL197.48º100%29.61%-
HSV(B)197.48º100%59.22%-
XYZ10.8412.7531.17-
YUV80.02168.0570.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 41.47%
BLUE value IS 151 (59.38% from 255) = 58.53%
R=0%
G=41.47%
B=58.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal010715110.2900.41197.4810029.61
Hex06B97641D029c5641e
Octal01532271443505130514436
Binary0110101110010111110010011101010100111000101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006b97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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