Shades of Blue Lagoon #0A6066
Tints of Blue Lagoon #0A6066
RGB
CMYK
RGB Variations
Color information
#0A6066 (or 0x0A6066) is known color: Blue Lagoon. HEX triplet: 0A, 60 and 66. RGB value is (10,96,102). Sum of RGB (Red+Green+Blue) = 10+96+102=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A6066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6066 is #F59F99. Grayscale: #464646. Windows color (decimal): -16097178 or 6709258. OLE color: 6709258.
HSL color Cylindrical-coordinate representation of color #0A6066: hue angle of 183.91º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6066 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 96 | 102 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.6 |
| HSL | 183.91º | 0.82% | 0.22% | - |
| HSV(B) | 183.91º | 0.9% | 0.4% | - |
| XYZ | 6.71 | 9.39 | 14.03 | - |
| YUV | 70.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 96 | 102 | 0.90 | 0.06 | 0 | 0.6 | 183.91 | 0.82 | 0.22 |
| Hex | A | 60 | 66 | 5A | 6 | 0 | 3C | B8 | 52 | 16 |
| Octal | 12 | 140 | 146 | 132 | 6 | 0 | 74 | 270 | 122 | 26 |
| Binary | 1010 | 1100000 | 1100110 | 1011010 | 110 | 0 | 111100 | 10111000 | 1010010 | 10110 |
Color Harmonies of #0A6066
Complementary color
Monochromatic Colors of #0A6066
Black with #0A6066
Text Example
Text Example
White with #0A6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6066; }
p { color: rgb(10,96,102); }
H1.HeaderClassName
{
color: #0A6066;
}
.AnyTagClassName
{
color: #0A6066;
}
</style>
background-color css
<style>
a { background-color: #0A6066; }
a { background-color: rgb(10,96,102); }
div.DivClassName
{
background-color: #0A6066;
}
.BgClassName
{
background-color: #0A6066;
}
</style>
border-color css
<style>
span { border-color: #0A6066; }
span { border-color: rgb(10,96,102); }
td.TdClassName
{
border-color: #0A6066;
}
.TagClassName
{
border-color: #0A6066;
}
</style>