#09686C

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

Shades of Blue Lagoon #09686C

Tints of Blue Lagoon #09686C

Color information

#09686C (or 0x09686C) is unknown color: approx Blue Lagoon. HEX triplet: 09, 68 and 6C. RGB value is (9,104,108). Sum of RGB (Red+Green+Blue) = 9+104+108=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #09686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09686C is #F69793. Grayscale: #4B4B4B. Windows color (decimal): -16160660 or 7104521. OLE color: 7104521.

HSL color Cylindrical-coordinate representation of color #09686C: hue angle of 182.42º degrees, saturation: 0.85, 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 #09686C is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9104108-
CMYK0.920.0400.58
HSL182.42º84.62%22.94%-
HSV(B)182.42º91.67%42.35%-
XYZ7.7711.0415.91-
YUV76.05146.0380.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 104 (41.02% from 255) = 47.06%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=4.07%
G=47.06%
B=48.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91041080.920.0400.58182.4284.6222.94
Hex9686C5C403Ab65517
Octal11150154134407226612527
Binary1001110100011011001011100100011101010110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09686C; }

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

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

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

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

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

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

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

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