Shades of Horizon #668E97
Tints of Horizon #668E97
RGB
CMYK
RGB Variations
Color information
#668E97 (or 0x668E97) is known color: Horizon. HEX triplet: 66, 8E and 97. RGB value is (102,142,151). Sum of RGB (Red+Green+Blue) = 102+142+151=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #668E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E97 is #997168. Grayscale: #828282. Windows color (decimal): -10056041 or 9932390. OLE color: 9932390.
HSL color Cylindrical-coordinate representation of color #668E97: hue angle of 191.02º 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 #668E97 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 142 | 151 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.41 |
| HSL | 191.02º | 0.19% | 0.5% | - |
| HSV(B) | 191.02º | 0.32% | 0.59% | - |
| XYZ | 20.74 | 24.41 | 32.9 | - |
| YUV | 131.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 151 | 0.32 | 0.06 | 0 | 0.41 | 191.02 | 0.19 | 0.5 |
| Hex | 66 | 8E | 97 | 20 | 6 | 0 | 29 | BF | 13 | 32 |
| Octal | 146 | 216 | 227 | 40 | 6 | 0 | 51 | 277 | 23 | 62 |
| Binary | 1100110 | 10001110 | 10010111 | 100000 | 110 | 0 | 101001 | 10111111 | 10011 | 110010 |
Color Harmonies of #668E97
Complementary color
Monochromatic Colors of #668E97
Black with #668E97
Text Example
Text Example
White with #668E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E97; }
p { color: rgb(102,142,151); }
H1.HeaderClassName
{
color: #668E97;
}
.AnyTagClassName
{
color: #668E97;
}
</style>
background-color css
<style>
a { background-color: #668E97; }
a { background-color: rgb(102,142,151); }
div.DivClassName
{
background-color: #668E97;
}
.BgClassName
{
background-color: #668E97;
}
</style>
border-color css
<style>
span { border-color: #668E97; }
span { border-color: rgb(102,142,151); }
td.TdClassName
{
border-color: #668E97;
}
.TagClassName
{
border-color: #668E97;
}
</style>