Html Css Color HEX #096468 Blue Lagoon

📋 copy color: '#096468'

red 9 ◦ green 100 ◦ blue 104

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

Shades of Blue Lagoon #096468

Tints of Blue Lagoon #096468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.95%

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

R = 4.23%
G = 46.95%
B = 48.83%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#096468 (or 0x096468) is known color: Blue Lagoon. HEX triplet: 09, 64 and 68. RGB value is (9,100,104). Sum of RGB (Red+Green+Blue) = 9+100+104=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #096468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096468 is #F69B97. Grayscale: #494949. Windows color (decimal): -16161688 or 6841353. OLE color: 6841353.

HSL color Cylindrical-coordinate representation of color #096468: hue angle of 182.53º 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 #096468 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 100 104 -
CMYK 0.91 0.04 0 0.59
HSL 182.53º 0.84% 0.22% -
HSV(B) 182.53º 0.91% 0.41% -
XYZ 7.17 10.17 14.68 -
YUV 73.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 9 100 104 0.91 0.04 0 0.59 182.53 0.84 0.22
Hex 9 64 68 5B 4 0 3B B7 54 16
Octal 11 144 150 133 4 0 73 267 124 26
Binary 1001 1100100 1101000 1011011 100 0 111011 10110111 1010100 10110

Color Harmonies of #096468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096468

Black with #096468

Text Example


Text Example

White with #096468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096468; }

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

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

background-color css

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

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

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

border-color css

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

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

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