Shades of Blue Lagoon #06516F
Tints of Blue Lagoon #06516F
RGB
CMYK
RGB Variations
Color information
#06516F (or 0x06516F) is known color: Blue Lagoon. HEX triplet: 06, 51 and 6F. RGB value is (6,81,111). Sum of RGB (Red+Green+Blue) = 6+81+111=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #06516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06516F is #F9AE90. Grayscale: #3D3D3D. Windows color (decimal): -16363153 or 7295238. OLE color: 7295238.
HSL color Cylindrical-coordinate representation of color #06516F: hue angle of 197.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06516F is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 81 | 111 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.56 |
| HSL | 197.14º | 0.9% | 0.23% | - |
| HSV(B) | 197.14º | 0.95% | 0.44% | - |
| XYZ | 5.89 | 7.07 | 16.09 | - |
| YUV | 62 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 111 | 0.95 | 0.27 | 0 | 0.56 | 197.14 | 0.9 | 0.23 |
| Hex | 6 | 51 | 6F | 5F | 1B | 0 | 38 | C5 | 5A | 17 |
| Octal | 6 | 121 | 157 | 137 | 33 | 0 | 70 | 305 | 132 | 27 |
| Binary | 110 | 1010001 | 1101111 | 1011111 | 11011 | 0 | 111000 | 11000101 | 1011010 | 10111 |
Color Harmonies of #06516F
Complementary color
Monochromatic Colors of #06516F
Black with #06516F
Text Example
Text Example
White with #06516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06516F; }
p { color: rgb(6,81,111); }
H1.HeaderClassName
{
color: #06516F;
}
.AnyTagClassName
{
color: #06516F;
}
</style>
background-color css
<style>
a { background-color: #06516F; }
a { background-color: rgb(6,81,111); }
div.DivClassName
{
background-color: #06516F;
}
.BgClassName
{
background-color: #06516F;
}
</style>
border-color css
<style>
span { border-color: #06516F; }
span { border-color: rgb(6,81,111); }
td.TdClassName
{
border-color: #06516F;
}
.TagClassName
{
border-color: #06516F;
}
</style>