Shades of Blue Lagoon #08697C
Tints of Blue Lagoon #08697C
RGB
CMYK
RGB Variations
Color information
#08697C (or 0x08697C) is known color: Blue Lagoon. HEX triplet: 08, 69 and 7C. RGB value is (8,105,124). Sum of RGB (Red+Green+Blue) = 8+105+124=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #08697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08697C is #F79683. Grayscale: #4D4D4D. Windows color (decimal): -16225924 or 8153352. OLE color: 8153352.
HSL color Cylindrical-coordinate representation of color #08697C: hue angle of 189.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08697C is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 105 | 124 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.51 |
| HSL | 189.83º | 0.88% | 0.26% | - |
| HSV(B) | 189.83º | 0.94% | 0.49% | - |
| XYZ | 8.79 | 11.61 | 20.85 | - |
| YUV | 78.16 | 153.86 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 124 | 0.94 | 0.15 | 0 | 0.51 | 189.83 | 0.88 | 0.26 |
| Hex | 8 | 69 | 7C | 5E | F | 0 | 33 | BE | 58 | 1A |
| Octal | 10 | 151 | 174 | 136 | 17 | 0 | 63 | 276 | 130 | 32 |
| Binary | 1000 | 1101001 | 1111100 | 1011110 | 1111 | 0 | 110011 | 10111110 | 1011000 | 11010 |
Color Harmonies of #08697C
Complementary color
Monochromatic Colors of #08697C
Black with #08697C
Text Example
Text Example
White with #08697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08697C; }
p { color: rgb(8,105,124); }
H1.HeaderClassName
{
color: #08697C;
}
.AnyTagClassName
{
color: #08697C;
}
</style>
background-color css
<style>
a { background-color: #08697C; }
a { background-color: rgb(8,105,124); }
div.DivClassName
{
background-color: #08697C;
}
.BgClassName
{
background-color: #08697C;
}
</style>
border-color css
<style>
span { border-color: #08697C; }
span { border-color: rgb(8,105,124); }
td.TdClassName
{
border-color: #08697C;
}
.TagClassName
{
border-color: #08697C;
}
</style>