Shades of Blue Lagoon #06516E
Tints of Blue Lagoon #06516E
RGB
CMYK
RGB Variations
Color information
#06516E (or 0x06516E) is known color: Blue Lagoon. HEX triplet: 06, 51 and 6E. RGB value is (6,81,110). Sum of RGB (Red+Green+Blue) = 6+81+110=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #06516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06516E is #F9AE91. Grayscale: #3D3D3D. Windows color (decimal): -16363154 or 7229702. OLE color: 7229702.
HSL color Cylindrical-coordinate representation of color #06516E: hue angle of 196.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06516E is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 81 | 110 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.57 |
| HSL | 196.73º | 0.9% | 0.23% | - |
| HSV(B) | 196.73º | 0.95% | 0.43% | - |
| XYZ | 5.83 | 7.05 | 15.81 | - |
| YUV | 61.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 110 | 0.95 | 0.26 | 0 | 0.57 | 196.73 | 0.9 | 0.23 |
| Hex | 6 | 51 | 6E | 5F | 1A | 0 | 39 | C5 | 5A | 17 |
| Octal | 6 | 121 | 156 | 137 | 32 | 0 | 71 | 305 | 132 | 27 |
| Binary | 110 | 1010001 | 1101110 | 1011111 | 11010 | 0 | 111001 | 11000101 | 1011010 | 10111 |
Color Harmonies of #06516E
Complementary color
Monochromatic Colors of #06516E
Black with #06516E
Text Example
Text Example
White with #06516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06516E; }
p { color: rgb(6,81,110); }
H1.HeaderClassName
{
color: #06516E;
}
.AnyTagClassName
{
color: #06516E;
}
</style>
background-color css
<style>
a { background-color: #06516E; }
a { background-color: rgb(6,81,110); }
div.DivClassName
{
background-color: #06516E;
}
.BgClassName
{
background-color: #06516E;
}
</style>
border-color css
<style>
span { border-color: #06516E; }
span { border-color: rgb(6,81,110); }
td.TdClassName
{
border-color: #06516E;
}
.TagClassName
{
border-color: #06516E;
}
</style>