Shades of Blue Lagoon #06617E
Tints of Blue Lagoon #06617E
RGB
CMYK
RGB Variations
Color information
#06617E (or 0x06617E) is known color: Blue Lagoon. HEX triplet: 06, 61 and 7E. RGB value is (6,97,126). Sum of RGB (Red+Green+Blue) = 6+97+126=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #06617E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06617E is #F99E81. Grayscale: #484848. Windows color (decimal): -16359042 or 8282374. OLE color: 8282374.
HSL color Cylindrical-coordinate representation of color #06617E: hue angle of 194.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06617E is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 97 | 126 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.51 |
| HSL | 194.5º | 0.91% | 0.26% | - |
| HSV(B) | 194.5º | 0.95% | 0.49% | - |
| XYZ | 8.12 | 10.09 | 21.26 | - |
| YUV | 73.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 126 | 0.95 | 0.23 | 0 | 0.51 | 194.5 | 0.91 | 0.26 |
| Hex | 6 | 61 | 7E | 5F | 17 | 0 | 33 | C2 | 5B | 1A |
| Octal | 6 | 141 | 176 | 137 | 27 | 0 | 63 | 302 | 133 | 32 |
| Binary | 110 | 1100001 | 1111110 | 1011111 | 10111 | 0 | 110011 | 11000010 | 1011011 | 11010 |
Color Harmonies of #06617E
Complementary color
Monochromatic Colors of #06617E
Black with #06617E
Text Example
Text Example
White with #06617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06617E; }
p { color: rgb(6,97,126); }
H1.HeaderClassName
{
color: #06617E;
}
.AnyTagClassName
{
color: #06617E;
}
</style>
background-color css
<style>
a { background-color: #06617E; }
a { background-color: rgb(6,97,126); }
div.DivClassName
{
background-color: #06617E;
}
.BgClassName
{
background-color: #06617E;
}
</style>
border-color css
<style>
span { border-color: #06617E; }
span { border-color: rgb(6,97,126); }
td.TdClassName
{
border-color: #06617E;
}
.TagClassName
{
border-color: #06617E;
}
</style>