#096469

Color #096469 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #096469

Tints of Blue Lagoon #096469

Color information

#096469 (or 0x096469) is unknown color: approx Blue Lagoon. HEX triplet: 09, 64 and 69. RGB value is (9,100,105). Sum of RGB (Red+Green+Blue) = 9+100+105=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #096469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096469 is #F69B96. Grayscale: #494949. Windows color (decimal): -16161687 or 6906889. OLE color: 6906889.

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

Color convert

RGB9100105-
CMYK0.910.0500.59
HSL183.12º84.21%22.35%-
HSV(B)183.12º91.43%41.18%-
XYZ7.2210.1914.95-
YUV73.36145.8582.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 100 (39.45% from 255) = 46.73%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=4.21%
G=46.73%
B=49.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91001050.910.0500.59183.1284.2122.35
Hex964695B503Bb75416
Octal11144151133507326712426
Binary1001110010011010011011011101011101110110111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096469; }

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

 H1.HeaderClassName
 {
   color: #096469;
 }
 .AnyTagClassName
 {
   color: #096469;
 }
</style>
background-color css

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

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

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

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

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

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