Shades of Blue Lagoon #08636C
Tints of Blue Lagoon #08636C
RGB
CMYK
RGB Variations
Color information
#08636C (or 0x08636C) is known color: Blue Lagoon. HEX triplet: 08, 63 and 6C. RGB value is (8,99,108). Sum of RGB (Red+Green+Blue) = 8+99+108=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #08636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08636C is #F79C93. Grayscale: #484848. Windows color (decimal): -16227476 or 7103240. OLE color: 7103240.
HSL color Cylindrical-coordinate representation of color #08636C: hue angle of 185.4º 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 #08636C is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 99 | 108 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.58 |
| HSL | 185.4º | 0.86% | 0.23% | - |
| HSV(B) | 185.4º | 0.93% | 0.42% | - |
| XYZ | 7.27 | 10.06 | 15.75 | - |
| YUV | 72.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 108 | 0.93 | 0.08 | 0 | 0.58 | 185.4 | 0.86 | 0.23 |
| Hex | 8 | 63 | 6C | 5D | 8 | 0 | 3A | B9 | 56 | 17 |
| Octal | 10 | 143 | 154 | 135 | 10 | 0 | 72 | 271 | 126 | 27 |
| Binary | 1000 | 1100011 | 1101100 | 1011101 | 1000 | 0 | 111010 | 10111001 | 1010110 | 10111 |
Color Harmonies of #08636C
Complementary color
Monochromatic Colors of #08636C
Black with #08636C
Text Example
Text Example
White with #08636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08636C; }
p { color: rgb(8,99,108); }
H1.HeaderClassName
{
color: #08636C;
}
.AnyTagClassName
{
color: #08636C;
}
</style>
background-color css
<style>
a { background-color: #08636C; }
a { background-color: rgb(8,99,108); }
div.DivClassName
{
background-color: #08636C;
}
.BgClassName
{
background-color: #08636C;
}
</style>
border-color css
<style>
span { border-color: #08636C; }
span { border-color: rgb(8,99,108); }
td.TdClassName
{
border-color: #08636C;
}
.TagClassName
{
border-color: #08636C;
}
</style>