#09606B

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

Shades of Blue Lagoon #09606B

Tints of Blue Lagoon #09606B

Color information

#09606B (or 0x09606B) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 6B. RGB value is (9,96,107). Sum of RGB (Red+Green+Blue) = 9+96+107=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #09606B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09606B is #F69F94. Grayscale: #474747. Windows color (decimal): -16162709 or 7036937. OLE color: 7036937.

HSL color Cylindrical-coordinate representation of color #09606B: hue angle of 186.73º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09606B is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB996107-
CMYK0.920.1000.58
HSL186.73º84.48%22.75%-
HSV(B)186.73º91.59%41.96%-
XYZ6.959.4915.37-
YUV71.24148.1883.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=4.25%
G=45.28%
B=50.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9961070.920.1000.58186.7384.4822.75
Hex9606B5CA03Abb5417
Octal111401531341207227312427
Binary10011100000110101110111001010011101010111011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09606B; }

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

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

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

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

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

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

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

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