Html Css Color HEX #006697 Cerulean

📋 copy color: '#006697'

red 0 ◦ green 102 ◦ blue 151

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

Shades of Cerulean #006697

Tints of Cerulean #006697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.32%

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

R = 0%
G = 40.32%
B = 59.68%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006697 (or 0x006697) is known color: Cerulean. HEX triplet: 00, 66 and 97. RGB value is (0,102,151). Sum of RGB (Red+Green+Blue) = 0+102+151=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #006697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006697 is #FF9968. Grayscale: #4C4C4C. Windows color (decimal): -16750953 or 9922048. OLE color: 9922048.

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

Color convert

RGB 0 102 151 -
CMYK 1 0.32 0 0.41
HSL 199.47º 1% 0.3% -
HSV(B) 199.47º 1% 0.59% -
XYZ 10.34 11.74 31 -
YUV 77.09 169.71 73.02 -
System Red Green Blue C M Y K H S L
Decimal 0 102 151 1 0.32 0 0.41 199.47 1 0.3
Hex 0 66 97 64 20 0 29 C7 64 1E
Octal 0 146 227 144 40 0 51 307 144 36
Binary 0 1100110 10010111 1100100 100000 0 101001 11000111 1100100 11110

Color Harmonies of #006697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006697

Black with #006697

Text Example


Text Example

White with #006697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006697; }

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

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

background-color css

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

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

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

border-color css

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

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

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