Shades of Blue Lagoon #006875
Tints of Blue Lagoon #006875
RGB
CMYK
RGB Variations
Color information
#006875 (or 0x006875) is known color: Blue Lagoon. HEX triplet: 00, 68 and 75. RGB value is (0,104,117). Sum of RGB (Red+Green+Blue) = 0+104+117=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #006875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006875 is #FF978A. Grayscale: #4A4A4A. Windows color (decimal): -16750475 or 7694336. OLE color: 7694336.
HSL color Cylindrical-coordinate representation of color #006875: hue angle of 186.67º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006875 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 104 | 117 | - |
| CMYK | 1 | 0.11 | 0 | 0.54 |
| HSL | 186.67º | 1% | 0.23% | - |
| HSV(B) | 186.67º | 1% | 0.46% | - |
| XYZ | 8.16 | 11.18 | 18.56 | - |
| YUV | 74.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 117 | 1 | 0.11 | 0 | 0.54 | 186.67 | 1 | 0.23 |
| Hex | 0 | 68 | 75 | 64 | B | 0 | 36 | BB | 64 | 17 |
| Octal | 0 | 150 | 165 | 144 | 13 | 0 | 66 | 273 | 144 | 27 |
| Binary | 0 | 1101000 | 1110101 | 1100100 | 1011 | 0 | 110110 | 10111011 | 1100100 | 10111 |
Color Harmonies of #006875
Complementary color
Monochromatic Colors of #006875
Black with #006875
Text Example
Text Example
White with #006875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006875; }
p { color: rgb(0,104,117); }
H1.HeaderClassName
{
color: #006875;
}
.AnyTagClassName
{
color: #006875;
}
</style>
background-color css
<style>
a { background-color: #006875; }
a { background-color: rgb(0,104,117); }
div.DivClassName
{
background-color: #006875;
}
.BgClassName
{
background-color: #006875;
}
</style>
border-color css
<style>
span { border-color: #006875; }
span { border-color: rgb(0,104,117); }
td.TdClassName
{
border-color: #006875;
}
.TagClassName
{
border-color: #006875;
}
</style>