Shades of Blue Lagoon #06657A
Tints of Blue Lagoon #06657A
RGB
CMYK
RGB Variations
Color information
#06657A (or 0x06657A) is known color: Blue Lagoon. HEX triplet: 06, 65 and 7A. RGB value is (6,101,122). Sum of RGB (Red+Green+Blue) = 6+101+122=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #06657A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06657A is #F99A85. Grayscale: #4A4A4A. Windows color (decimal): -16358022 or 8021254. OLE color: 8021254.
HSL color Cylindrical-coordinate representation of color #06657A: hue angle of 190.86º 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 #06657A is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 101 | 122 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.52 |
| HSL | 190.86º | 0.91% | 0.25% | - |
| HSV(B) | 190.86º | 0.95% | 0.48% | - |
| XYZ | 8.24 | 10.75 | 20.05 | - |
| YUV | 74.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 122 | 0.95 | 0.17 | 0 | 0.52 | 190.86 | 0.91 | 0.25 |
| Hex | 6 | 65 | 7A | 5F | 11 | 0 | 34 | BF | 5B | 19 |
| Octal | 6 | 145 | 172 | 137 | 21 | 0 | 64 | 277 | 133 | 31 |
| Binary | 110 | 1100101 | 1111010 | 1011111 | 10001 | 0 | 110100 | 10111111 | 1011011 | 11001 |
Color Harmonies of #06657A
Complementary color
Monochromatic Colors of #06657A
Black with #06657A
Text Example
Text Example
White with #06657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06657A; }
p { color: rgb(6,101,122); }
H1.HeaderClassName
{
color: #06657A;
}
.AnyTagClassName
{
color: #06657A;
}
</style>
background-color css
<style>
a { background-color: #06657A; }
a { background-color: rgb(6,101,122); }
div.DivClassName
{
background-color: #06657A;
}
.BgClassName
{
background-color: #06657A;
}
</style>
border-color css
<style>
span { border-color: #06657A; }
span { border-color: rgb(6,101,122); }
td.TdClassName
{
border-color: #06657A;
}
.TagClassName
{
border-color: #06657A;
}
</style>