Shades of Blue Lagoon #06506B
Tints of Blue Lagoon #06506B
RGB
CMYK
RGB Variations
Color information
#06506B (or 0x06506B) is known color: Blue Lagoon. HEX triplet: 06, 50 and 6B. RGB value is (6,80,107). Sum of RGB (Red+Green+Blue) = 6+80+107=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #06506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06506B is #F9AF94. Grayscale: #3C3C3C. Windows color (decimal): -16363413 or 7032838. OLE color: 7032838.
HSL color Cylindrical-coordinate representation of color #06506B: hue angle of 196.04º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06506B is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 80 | 107 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.58 |
| HSL | 196.04º | 0.89% | 0.22% | - |
| HSV(B) | 196.04º | 0.94% | 0.42% | - |
| XYZ | 5.6 | 6.84 | 14.93 | - |
| YUV | 60.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 107 | 0.94 | 0.25 | 0 | 0.58 | 196.04 | 0.89 | 0.22 |
| Hex | 6 | 50 | 6B | 5E | 19 | 0 | 3A | C4 | 59 | 16 |
| Octal | 6 | 120 | 153 | 136 | 31 | 0 | 72 | 304 | 131 | 26 |
| Binary | 110 | 1010000 | 1101011 | 1011110 | 11001 | 0 | 111010 | 11000100 | 1011001 | 10110 |
Color Harmonies of #06506B
Complementary color
Monochromatic Colors of #06506B
Black with #06506B
Text Example
Text Example
White with #06506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06506B; }
p { color: rgb(6,80,107); }
H1.HeaderClassName
{
color: #06506B;
}
.AnyTagClassName
{
color: #06506B;
}
</style>
background-color css
<style>
a { background-color: #06506B; }
a { background-color: rgb(6,80,107); }
div.DivClassName
{
background-color: #06506B;
}
.BgClassName
{
background-color: #06506B;
}
</style>
border-color css
<style>
span { border-color: #06506B; }
span { border-color: rgb(6,80,107); }
td.TdClassName
{
border-color: #06506B;
}
.TagClassName
{
border-color: #06506B;
}
</style>