Html Css Color HEX #006896 Cerulean

📋 copy color: '#006896'

red 0 ◦ green 104 ◦ blue 150

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

Shades of Cerulean #006896

Tints of Cerulean #006896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.94%

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

R = 0%
G = 40.94%
B = 59.06%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006896 (or 0x006896) is known color: Cerulean. HEX triplet: 00, 68 and 96. RGB value is (0,104,150). Sum of RGB (Red+Green+Blue) = 0+104+150=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #006896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006896 is #FF9769. Grayscale: #4D4D4D. Windows color (decimal): -16750442 or 9857024. OLE color: 9857024.

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

Color convert

RGB 0 104 150 -
CMYK 1 0.31 0 0.41
HSL 198.4º 1% 0.29% -
HSV(B) 198.4º 1% 0.59% -
XYZ 10.46 12.1 30.64 -
YUV 78.15 168.54 72.26 -
System Red Green Blue C M Y K H S L
Decimal 0 104 150 1 0.31 0 0.41 198.4 1 0.29
Hex 0 68 96 64 1F 0 29 C6 64 1D
Octal 0 150 226 144 37 0 51 306 144 35
Binary 0 1101000 10010110 1100100 11111 0 101001 11000110 1100100 11101

Color Harmonies of #006896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006896

Black with #006896

Text Example


Text Example

White with #006896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006896; }

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

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

background-color css

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

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

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

border-color css

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

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

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