Shades of Horizon #668A97
Tints of Horizon #668A97
RGB
CMYK
RGB Variations
Color information
#668A97 (or 0x668A97) is known color: Horizon. HEX triplet: 66, 8A and 97. RGB value is (102,138,151). Sum of RGB (Red+Green+Blue) = 102+138+151=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 151 - color contains mainly: blue. Hex color #668A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A97 is #997568. Grayscale: #808080. Windows color (decimal): -10057065 or 9931366. OLE color: 9931366.
HSL color Cylindrical-coordinate representation of color #668A97: hue angle of 195.92º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668A97 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 138 | 151 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.41 |
| HSL | 195.92º | 0.19% | 0.5% | - |
| HSV(B) | 195.92º | 0.32% | 0.59% | - |
| XYZ | 20.15 | 23.24 | 32.7 | - |
| YUV | 128.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 151 | 0.32 | 0.09 | 0 | 0.41 | 195.92 | 0.19 | 0.5 |
| Hex | 66 | 8A | 97 | 20 | 9 | 0 | 29 | C4 | 13 | 32 |
| Octal | 146 | 212 | 227 | 40 | 11 | 0 | 51 | 304 | 23 | 62 |
| Binary | 1100110 | 10001010 | 10010111 | 100000 | 1001 | 0 | 101001 | 11000100 | 10011 | 110010 |
Color Harmonies of #668A97
Complementary color
Monochromatic Colors of #668A97
Black with #668A97
Text Example
Text Example
White with #668A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A97; }
p { color: rgb(102,138,151); }
H1.HeaderClassName
{
color: #668A97;
}
.AnyTagClassName
{
color: #668A97;
}
</style>
background-color css
<style>
a { background-color: #668A97; }
a { background-color: rgb(102,138,151); }
div.DivClassName
{
background-color: #668A97;
}
.BgClassName
{
background-color: #668A97;
}
</style>
border-color css
<style>
span { border-color: #668A97; }
span { border-color: rgb(102,138,151); }
td.TdClassName
{
border-color: #668A97;
}
.TagClassName
{
border-color: #668A97;
}
</style>