Shades of Blue Lagoon #08666C
Tints of Blue Lagoon #08666C
RGB
CMYK
RGB Variations
Color information
#08666C (or 0x08666C) is known color: Blue Lagoon. HEX triplet: 08, 66 and 6C. RGB value is (8,102,108). Sum of RGB (Red+Green+Blue) = 8+102+108=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #08666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08666C is #F79993. Grayscale: #4A4A4A. Windows color (decimal): -16226708 or 7104008. OLE color: 7104008.
HSL color Cylindrical-coordinate representation of color #08666C: hue angle of 183.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08666C is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 102 | 108 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.58 |
| HSL | 183.6º | 0.86% | 0.23% | - |
| HSV(B) | 183.6º | 0.93% | 0.42% | - |
| XYZ | 7.56 | 10.64 | 15.84 | - |
| YUV | 74.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 108 | 0.93 | 0.06 | 0 | 0.58 | 183.6 | 0.86 | 0.23 |
| Hex | 8 | 66 | 6C | 5D | 6 | 0 | 3A | B8 | 56 | 17 |
| Octal | 10 | 146 | 154 | 135 | 6 | 0 | 72 | 270 | 126 | 27 |
| Binary | 1000 | 1100110 | 1101100 | 1011101 | 110 | 0 | 111010 | 10111000 | 1010110 | 10111 |
Color Harmonies of #08666C
Complementary color
Monochromatic Colors of #08666C
Black with #08666C
Text Example
Text Example
White with #08666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08666C; }
p { color: rgb(8,102,108); }
H1.HeaderClassName
{
color: #08666C;
}
.AnyTagClassName
{
color: #08666C;
}
</style>
background-color css
<style>
a { background-color: #08666C; }
a { background-color: rgb(8,102,108); }
div.DivClassName
{
background-color: #08666C;
}
.BgClassName
{
background-color: #08666C;
}
</style>
border-color css
<style>
span { border-color: #08666C; }
span { border-color: rgb(8,102,108); }
td.TdClassName
{
border-color: #08666C;
}
.TagClassName
{
border-color: #08666C;
}
</style>