Shades of Blue Lagoon #006C85
Tints of Blue Lagoon #006C85
RGB
CMYK
RGB Variations
Color information
#006C85 (or 0x006C85) is known color: Blue Lagoon. HEX triplet: 00, 6C and 85. RGB value is (0,108,133). Sum of RGB (Red+Green+Blue) = 0+108+133=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #006C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C85 is #FF937A. Grayscale: #4E4E4E. Windows color (decimal): -16749435 or 8743936. OLE color: 8743936.
HSL color Cylindrical-coordinate representation of color #006C85: hue angle of 191.28º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C85 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 108 | 133 | - |
| CMYK | 1 | 0.19 | 0 | 0.48 |
| HSL | 191.28º | 1% | 0.26% | - |
| HSV(B) | 191.28º | 1% | 0.52% | - |
| XYZ | 9.6 | 12.42 | 24.08 | - |
| YUV | 78.56 | 158.72 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 133 | 1 | 0.19 | 0 | 0.48 | 191.28 | 1 | 0.26 |
| Hex | 0 | 6C | 85 | 64 | 13 | 0 | 30 | BF | 64 | 1A |
| Octal | 0 | 154 | 205 | 144 | 23 | 0 | 60 | 277 | 144 | 32 |
| Binary | 0 | 1101100 | 10000101 | 1100100 | 10011 | 0 | 110000 | 10111111 | 1100100 | 11010 |
Color Harmonies of #006C85
Complementary color
Monochromatic Colors of #006C85
Black with #006C85
Text Example
Text Example
White with #006C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C85; }
p { color: rgb(0,108,133); }
H1.HeaderClassName
{
color: #006C85;
}
.AnyTagClassName
{
color: #006C85;
}
</style>
background-color css
<style>
a { background-color: #006C85; }
a { background-color: rgb(0,108,133); }
div.DivClassName
{
background-color: #006C85;
}
.BgClassName
{
background-color: #006C85;
}
</style>
border-color css
<style>
span { border-color: #006C85; }
span { border-color: rgb(0,108,133); }
td.TdClassName
{
border-color: #006C85;
}
.TagClassName
{
border-color: #006C85;
}
</style>