Html Css Color HEX #096668 Blue Lagoon

📋 copy color: '#096668'

red 9 ◦ green 102 ◦ blue 104

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

Shades of Blue Lagoon #096668

Tints of Blue Lagoon #096668

RGB

 RED value IS 9 (3.91% from 255) = 4.19%

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

 BLUE value IS 104 (41.02% from 255) = 48.37%

R = 4.19%
G = 47.44%
B = 48.37%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#096668 (or 0x096668) is known color: Blue Lagoon. HEX triplet: 09, 66 and 68. RGB value is (9,102,104). Sum of RGB (Red+Green+Blue) = 9+102+104=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #096668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096668 is #F69997. Grayscale: #4A4A4A. Windows color (decimal): -16161176 or 6841865. OLE color: 6841865.

HSL color Cylindrical-coordinate representation of color #096668: hue angle of 181.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096668 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 102 104 -
CMYK 0.91 0.02 0 0.59
HSL 181.26º 0.84% 0.22% -
HSV(B) 181.26º 0.91% 0.41% -
XYZ 7.36 10.56 14.75 -
YUV 74.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 9 102 104 0.91 0.02 0 0.59 181.26 0.84 0.22
Hex 9 66 68 5B 2 0 3B B5 54 16
Octal 11 146 150 133 2 0 73 265 124 26
Binary 1001 1100110 1101000 1011011 10 0 111011 10110101 1010100 10110

Color Harmonies of #096668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096668

Black with #096668

Text Example


Text Example

White with #096668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096668; }

 p { color: rgb(9,102,104); }

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

background-color css

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

 a { background-color: rgb(9,102,104); }

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

border-color css

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

 span { border-color: rgb(9,102,104); }

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