Shades of Horizon #668E9E
Tints of Horizon #668E9E
RGB
CMYK
RGB Variations
Color information
#668E9E (or 0x668E9E) is known color: Horizon. HEX triplet: 66, 8E and 9E. RGB value is (102,142,158). Sum of RGB (Red+Green+Blue) = 102+142+158=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #668E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E9E is #997161. Grayscale: #838383. Windows color (decimal): -10056034 or 10391142. OLE color: 10391142.
HSL color Cylindrical-coordinate representation of color #668E9E: hue angle of 197.14º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668E9E is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 142 | 158 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.38 |
| HSL | 197.14º | 0.22% | 0.51% | - |
| HSV(B) | 197.14º | 0.35% | 0.62% | - |
| XYZ | 21.32 | 24.64 | 35.98 | - |
| YUV | 131.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 158 | 0.35 | 0.10 | 0 | 0.38 | 197.14 | 0.22 | 0.51 |
| Hex | 66 | 8E | 9E | 23 | A | 0 | 26 | C5 | 16 | 33 |
| Octal | 146 | 216 | 236 | 43 | 12 | 0 | 46 | 305 | 26 | 63 |
| Binary | 1100110 | 10001110 | 10011110 | 100011 | 1010 | 0 | 100110 | 11000101 | 10110 | 110011 |
Color Harmonies of #668E9E
Complementary color
Monochromatic Colors of #668E9E
Black with #668E9E
Text Example
Text Example
White with #668E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E9E; }
p { color: rgb(102,142,158); }
H1.HeaderClassName
{
color: #668E9E;
}
.AnyTagClassName
{
color: #668E9E;
}
</style>
background-color css
<style>
a { background-color: #668E9E; }
a { background-color: rgb(102,142,158); }
div.DivClassName
{
background-color: #668E9E;
}
.BgClassName
{
background-color: #668E9E;
}
</style>
border-color css
<style>
span { border-color: #668E9E; }
span { border-color: rgb(102,142,158); }
td.TdClassName
{
border-color: #668E9E;
}
.TagClassName
{
border-color: #668E9E;
}
</style>