Html Css Color HEX #067696 Cerulean

📋 copy color: '#067696'

red 6 ◦ green 118 ◦ blue 150

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

Shades of Cerulean #067696

Tints of Cerulean #067696

RGB

 RED value IS 6 (2.73% from 255) = 2.19%

 GREEN value IS 118 (46.48% from 255) = 43.07%

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

R = 2.19%
G = 43.07%
B = 54.74%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#067696 (or 0x067696) is known color: Cerulean. HEX triplet: 06, 76 and 96. RGB value is (6,118,150). Sum of RGB (Red+Green+Blue) = 6+118+150=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #067696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067696 is #F98969. Grayscale: #575757. Windows color (decimal): -16353642 or 9860614. OLE color: 9860614.

HSL color Cylindrical-coordinate representation of color #067696: hue angle of 193.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067696 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 118 150 -
CMYK 0.96 0.21 0 0.41
HSL 193.33º 0.92% 0.31% -
HSV(B) 193.33º 0.96% 0.59% -
XYZ 12.06 15.2 31.15 -
YUV 88.16 162.89 69.4 -
System Red Green Blue C M Y K H S L
Decimal 6 118 150 0.96 0.21 0 0.41 193.33 0.92 0.31
Hex 6 76 96 60 15 0 29 C1 5C 1F
Octal 6 166 226 140 25 0 51 301 134 37
Binary 110 1110110 10010110 1100000 10101 0 101001 11000001 1011100 11111

Color Harmonies of #067696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067696

Black with #067696

Text Example


Text Example

White with #067696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067696; }

 p { color: rgb(6,118,150); }

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

background-color css

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

 a { background-color: rgb(6,118,150); }

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

border-color css

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

 span { border-color: rgb(6,118,150); }

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