#096069

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

Shades of Blue Lagoon #096069

Tints of Blue Lagoon #096069

Color information

#096069 (or 0x096069) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 69. RGB value is (9,96,105). Sum of RGB (Red+Green+Blue) = 9+96+105=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #096069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096069 is #F69F96. Grayscale: #464646. Windows color (decimal): -16162711 or 6905865. OLE color: 6905865.

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

Color convert

RGB996105-
CMYK0.910.0900.59
HSL185.62º84.21%22.35%-
HSV(B)185.62º91.43%41.18%-
XYZ6.859.4414.83-
YUV71.01147.1883.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 105 (41.41% from 255) = 50%
R=4.29%
G=45.71%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9961050.910.0900.59185.6284.2122.35
Hex960695B903Bba5416
Octal111401511331107327212426
Binary10011100000110100110110111001011101110111010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096069; }

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

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

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

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

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

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

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

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