Shades of Blue Lagoon #06607E
Tints of Blue Lagoon #06607E
RGB
CMYK
RGB Variations
Color information
#06607E (or 0x06607E) is known color: Blue Lagoon. HEX triplet: 06, 60 and 7E. RGB value is (6,96,126). Sum of RGB (Red+Green+Blue) = 6+96+126=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #06607E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06607E is #F99F81. Grayscale: #484848. Windows color (decimal): -16359298 or 8282118. OLE color: 8282118.
HSL color Cylindrical-coordinate representation of color #06607E: hue angle of 195º 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 #06607E is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 96 | 126 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.51 |
| HSL | 195º | 0.91% | 0.26% | - |
| HSV(B) | 195º | 0.95% | 0.49% | - |
| XYZ | 8.02 | 9.91 | 21.23 | - |
| YUV | 72.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 126 | 0.95 | 0.24 | 0 | 0.51 | 195 | 0.91 | 0.26 |
| Hex | 6 | 60 | 7E | 5F | 18 | 0 | 33 | C3 | 5B | 1A |
| Octal | 6 | 140 | 176 | 137 | 30 | 0 | 63 | 303 | 133 | 32 |
| Binary | 110 | 1100000 | 1111110 | 1011111 | 11000 | 0 | 110011 | 11000011 | 1011011 | 11010 |
Color Harmonies of #06607E
Complementary color
Monochromatic Colors of #06607E
Black with #06607E
Text Example
Text Example
White with #06607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06607E; }
p { color: rgb(6,96,126); }
H1.HeaderClassName
{
color: #06607E;
}
.AnyTagClassName
{
color: #06607E;
}
</style>
background-color css
<style>
a { background-color: #06607E; }
a { background-color: rgb(6,96,126); }
div.DivClassName
{
background-color: #06607E;
}
.BgClassName
{
background-color: #06607E;
}
</style>
border-color css
<style>
span { border-color: #06607E; }
span { border-color: rgb(6,96,126); }
td.TdClassName
{
border-color: #06607E;
}
.TagClassName
{
border-color: #06607E;
}
</style>