Shades of Horizon #6692A0
Tints of Horizon #6692A0
RGB
CMYK
RGB Variations
Color information
#6692A0 (or 0x6692A0) is known color: Horizon. HEX triplet: 66, 92 and A0. RGB value is (102,146,160). Sum of RGB (Red+Green+Blue) = 102+146+160=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #6692A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6692A0 is #996D5F. Grayscale: #868686. Windows color (decimal): -10055008 or 10523238. OLE color: 10523238.
HSL color Cylindrical-coordinate representation of color #6692A0: hue angle of 194.48º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6692A0 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 146 | 160 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.37 |
| HSL | 194.48º | 0.23% | 0.51% | - |
| HSV(B) | 194.48º | 0.36% | 0.63% | - |
| XYZ | 22.1 | 25.92 | 37.1 | - |
| YUV | 134.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 160 | 0.36 | 0.09 | 0 | 0.37 | 194.48 | 0.23 | 0.51 |
| Hex | 66 | 92 | A0 | 24 | 9 | 0 | 25 | C2 | 17 | 33 |
| Octal | 146 | 222 | 240 | 44 | 11 | 0 | 45 | 302 | 27 | 63 |
| Binary | 1100110 | 10010010 | 10100000 | 100100 | 1001 | 0 | 100101 | 11000010 | 10111 | 110011 |
Color Harmonies of #6692A0
Complementary color
Monochromatic Colors of #6692A0
Black with #6692A0
Text Example
Text Example
White with #6692A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6692A0; }
p { color: rgb(102,146,160); }
H1.HeaderClassName
{
color: #6692A0;
}
.AnyTagClassName
{
color: #6692A0;
}
</style>
background-color css
<style>
a { background-color: #6692A0; }
a { background-color: rgb(102,146,160); }
div.DivClassName
{
background-color: #6692A0;
}
.BgClassName
{
background-color: #6692A0;
}
</style>
border-color css
<style>
span { border-color: #6692A0; }
span { border-color: rgb(102,146,160); }
td.TdClassName
{
border-color: #6692A0;
}
.TagClassName
{
border-color: #6692A0;
}
</style>