Shades of Blue Lagoon #0A666D
Tints of Blue Lagoon #0A666D
RGB
CMYK
RGB Variations
Color information
#0A666D (or 0x0A666D) is known color: Blue Lagoon. HEX triplet: 0A, 66 and 6D. RGB value is (10,102,109). Sum of RGB (Red+Green+Blue) = 10+102+109=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A666D is #F59992. Grayscale: #4B4B4B. Windows color (decimal): -16095635 or 7169546. OLE color: 7169546.
HSL color Cylindrical-coordinate representation of color #0A666D: hue angle of 184.24º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A666D is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 102 | 109 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.57 |
| HSL | 184.24º | 0.83% | 0.23% | - |
| HSV(B) | 184.24º | 0.91% | 0.43% | - |
| XYZ | 7.64 | 10.67 | 16.13 | - |
| YUV | 75.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 109 | 0.91 | 0.06 | 0 | 0.57 | 184.24 | 0.83 | 0.23 |
| Hex | A | 66 | 6D | 5B | 6 | 0 | 39 | B8 | 53 | 17 |
| Octal | 12 | 146 | 155 | 133 | 6 | 0 | 71 | 270 | 123 | 27 |
| Binary | 1010 | 1100110 | 1101101 | 1011011 | 110 | 0 | 111001 | 10111000 | 1010011 | 10111 |
Color Harmonies of #0A666D
Complementary color
Monochromatic Colors of #0A666D
Black with #0A666D
Text Example
Text Example
White with #0A666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A666D; }
p { color: rgb(10,102,109); }
H1.HeaderClassName
{
color: #0A666D;
}
.AnyTagClassName
{
color: #0A666D;
}
</style>
background-color css
<style>
a { background-color: #0A666D; }
a { background-color: rgb(10,102,109); }
div.DivClassName
{
background-color: #0A666D;
}
.BgClassName
{
background-color: #0A666D;
}
</style>
border-color css
<style>
span { border-color: #0A666D; }
span { border-color: rgb(10,102,109); }
td.TdClassName
{
border-color: #0A666D;
}
.TagClassName
{
border-color: #0A666D;
}
</style>