Shades of Blue Lagoon #06647B
Tints of Blue Lagoon #06647B
RGB
CMYK
RGB Variations
Color information
#06647B (or 0x06647B) is known color: Blue Lagoon. HEX triplet: 06, 64 and 7B. RGB value is (6,100,123). Sum of RGB (Red+Green+Blue) = 6+100+123=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #06647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06647B is #F99B84. Grayscale: #4A4A4A. Windows color (decimal): -16358277 or 8086534. OLE color: 8086534.
HSL color Cylindrical-coordinate representation of color #06647B: hue angle of 191.79º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06647B is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 100 | 123 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.52 |
| HSL | 191.79º | 0.91% | 0.25% | - |
| HSV(B) | 191.79º | 0.95% | 0.48% | - |
| XYZ | 8.21 | 10.58 | 20.35 | - |
| YUV | 74.52 | 155.36 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 123 | 0.95 | 0.19 | 0 | 0.52 | 191.79 | 0.91 | 0.25 |
| Hex | 6 | 64 | 7B | 5F | 13 | 0 | 34 | C0 | 5B | 19 |
| Octal | 6 | 144 | 173 | 137 | 23 | 0 | 64 | 300 | 133 | 31 |
| Binary | 110 | 1100100 | 1111011 | 1011111 | 10011 | 0 | 110100 | 11000000 | 1011011 | 11001 |
Color Harmonies of #06647B
Complementary color
Monochromatic Colors of #06647B
Black with #06647B
Text Example
Text Example
White with #06647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06647B; }
p { color: rgb(6,100,123); }
H1.HeaderClassName
{
color: #06647B;
}
.AnyTagClassName
{
color: #06647B;
}
</style>
background-color css
<style>
a { background-color: #06647B; }
a { background-color: rgb(6,100,123); }
div.DivClassName
{
background-color: #06647B;
}
.BgClassName
{
background-color: #06647B;
}
</style>
border-color css
<style>
span { border-color: #06647B; }
span { border-color: rgb(6,100,123); }
td.TdClassName
{
border-color: #06647B;
}
.TagClassName
{
border-color: #06647B;
}
</style>