Shades of Blue Lagoon #06506C
Tints of Blue Lagoon #06506C
RGB
CMYK
RGB Variations
Color information
#06506C (or 0x06506C) is known color: Blue Lagoon. HEX triplet: 06, 50 and 6C. RGB value is (6,80,108). Sum of RGB (Red+Green+Blue) = 6+80+108=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #06506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06506C is #F9AF93. Grayscale: #3C3C3C. Windows color (decimal): -16363412 or 7098374. OLE color: 7098374.
HSL color Cylindrical-coordinate representation of color #06506C: hue angle of 196.47º 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 #06506C is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 80 | 108 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.58 |
| HSL | 196.47º | 0.89% | 0.22% | - |
| HSV(B) | 196.47º | 0.94% | 0.42% | - |
| XYZ | 5.65 | 6.86 | 15.21 | - |
| YUV | 61.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 108 | 0.94 | 0.26 | 0 | 0.58 | 196.47 | 0.89 | 0.22 |
| Hex | 6 | 50 | 6C | 5E | 1A | 0 | 3A | C4 | 59 | 16 |
| Octal | 6 | 120 | 154 | 136 | 32 | 0 | 72 | 304 | 131 | 26 |
| Binary | 110 | 1010000 | 1101100 | 1011110 | 11010 | 0 | 111010 | 11000100 | 1011001 | 10110 |
Color Harmonies of #06506C
Complementary color
Monochromatic Colors of #06506C
Black with #06506C
Text Example
Text Example
White with #06506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06506C; }
p { color: rgb(6,80,108); }
H1.HeaderClassName
{
color: #06506C;
}
.AnyTagClassName
{
color: #06506C;
}
</style>
background-color css
<style>
a { background-color: #06506C; }
a { background-color: rgb(6,80,108); }
div.DivClassName
{
background-color: #06506C;
}
.BgClassName
{
background-color: #06506C;
}
</style>
border-color css
<style>
span { border-color: #06506C; }
span { border-color: rgb(6,80,108); }
td.TdClassName
{
border-color: #06506C;
}
.TagClassName
{
border-color: #06506C;
}
</style>