Shades of Blue Lagoon #06657B
Tints of Blue Lagoon #06657B
RGB
CMYK
RGB Variations
Color information
#06657B (or 0x06657B) is known color: Blue Lagoon. HEX triplet: 06, 65 and 7B. RGB value is (6,101,123). Sum of RGB (Red+Green+Blue) = 6+101+123=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #06657B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06657B is #F99A84. Grayscale: #4A4A4A. Windows color (decimal): -16358021 or 8086790. OLE color: 8086790.
HSL color Cylindrical-coordinate representation of color #06657B: hue angle of 191.28º 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 #06657B is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 101 | 123 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.52 |
| HSL | 191.28º | 0.91% | 0.25% | - |
| HSV(B) | 191.28º | 0.95% | 0.48% | - |
| XYZ | 8.3 | 10.78 | 20.38 | - |
| YUV | 75.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 123 | 0.95 | 0.18 | 0 | 0.52 | 191.28 | 0.91 | 0.25 |
| Hex | 6 | 65 | 7B | 5F | 12 | 0 | 34 | BF | 5B | 19 |
| Octal | 6 | 145 | 173 | 137 | 22 | 0 | 64 | 277 | 133 | 31 |
| Binary | 110 | 1100101 | 1111011 | 1011111 | 10010 | 0 | 110100 | 10111111 | 1011011 | 11001 |
Color Harmonies of #06657B
Complementary color
Monochromatic Colors of #06657B
Black with #06657B
Text Example
Text Example
White with #06657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06657B; }
p { color: rgb(6,101,123); }
H1.HeaderClassName
{
color: #06657B;
}
.AnyTagClassName
{
color: #06657B;
}
</style>
background-color css
<style>
a { background-color: #06657B; }
a { background-color: rgb(6,101,123); }
div.DivClassName
{
background-color: #06657B;
}
.BgClassName
{
background-color: #06657B;
}
</style>
border-color css
<style>
span { border-color: #06657B; }
span { border-color: rgb(6,101,123); }
td.TdClassName
{
border-color: #06657B;
}
.TagClassName
{
border-color: #06657B;
}
</style>