Shades of Horizon #668D96
Tints of Horizon #668D96
RGB
CMYK
RGB Variations
Color information
#668D96 (or 0x668D96) is known color: Horizon. HEX triplet: 66, 8D and 96. RGB value is (102,141,150). Sum of RGB (Red+Green+Blue) = 102+141+150=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #668D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D96 is #997269. Grayscale: #828282. Windows color (decimal): -10056298 or 9866598. OLE color: 9866598.
HSL color Cylindrical-coordinate representation of color #668D96: hue angle of 191.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668D96 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 141 | 150 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.41 |
| HSL | 191.25º | 0.19% | 0.49% | - |
| HSV(B) | 191.25º | 0.32% | 0.59% | - |
| XYZ | 20.51 | 24.08 | 32.42 | - |
| YUV | 130.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 150 | 0.32 | 0.06 | 0 | 0.41 | 191.25 | 0.19 | 0.49 |
| Hex | 66 | 8D | 96 | 20 | 6 | 0 | 29 | BF | 13 | 31 |
| Octal | 146 | 215 | 226 | 40 | 6 | 0 | 51 | 277 | 23 | 61 |
| Binary | 1100110 | 10001101 | 10010110 | 100000 | 110 | 0 | 101001 | 10111111 | 10011 | 110001 |
Color Harmonies of #668D96
Complementary color
Monochromatic Colors of #668D96
Black with #668D96
Text Example
Text Example
White with #668D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D96; }
p { color: rgb(102,141,150); }
H1.HeaderClassName
{
color: #668D96;
}
.AnyTagClassName
{
color: #668D96;
}
</style>
background-color css
<style>
a { background-color: #668D96; }
a { background-color: rgb(102,141,150); }
div.DivClassName
{
background-color: #668D96;
}
.BgClassName
{
background-color: #668D96;
}
</style>
border-color css
<style>
span { border-color: #668D96; }
span { border-color: rgb(102,141,150); }
td.TdClassName
{
border-color: #668D96;
}
.TagClassName
{
border-color: #668D96;
}
</style>