Html Css Color HEX #006696 Cerulean

📋 copy color: '#006696'

red 0 ◦ green 102 ◦ blue 150

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

Shades of Cerulean #006696

Tints of Cerulean #006696

RGB

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

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

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

R = 0%
G = 40.48%
B = 59.52%

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

#006696 (or 0x006696) is known color: Cerulean. HEX triplet: 00, 66 and 96. RGB value is (0,102,150). Sum of RGB (Red+Green+Blue) = 0+102+150=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #006696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006696 is #FF9969. Grayscale: #4C4C4C. Windows color (decimal): -16750954 or 9856512. OLE color: 9856512.

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

Color convert

RGB 0 102 150 -
CMYK 1 0.32 0 0.41
HSL 199.2º 1% 0.29% -
HSV(B) 199.2º 1% 0.59% -
XYZ 10.26 11.7 30.57 -
YUV 76.97 169.21 73.1 -
System Red Green Blue C M Y K H S L
Decimal 0 102 150 1 0.32 0 0.41 199.2 1 0.29
Hex 0 66 96 64 20 0 29 C7 64 1D
Octal 0 146 226 144 40 0 51 307 144 35
Binary 0 1100110 10010110 1100100 100000 0 101001 11000111 1100100 11101

Color Harmonies of #006696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006696

Black with #006696

Text Example


Text Example

White with #006696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006696; }

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

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

background-color css

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

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

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

border-color css

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

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

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