#006697

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

Shades of Cerulean #006697

Tints of Cerulean #006697

Color information

#006697 (or 0x006697) is unknown color: approx 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

RGB0102151-
CMYK10.3200.41
HSL199.47º100%29.61%-
HSV(B)199.47º100%59.22%-
XYZ10.3411.7431-
YUV77.09169.7173.02-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal010215110.3200.41199.4710029.61
Hex066976420029c7641e
Octal01462271444005130714436
Binary01100110100101111100100100000010100111000111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>