Shades of Horizon #668C96
Tints of Horizon #668C96
RGB
CMYK
RGB Variations
Color information
#668C96 (or 0x668C96) is known color: Horizon. HEX triplet: 66, 8C and 96. RGB value is (102,140,150). Sum of RGB (Red+Green+Blue) = 102+140+150=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #668C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C96 is #997369. Grayscale: #818181. Windows color (decimal): -10056554 or 9866342. OLE color: 9866342.
HSL color Cylindrical-coordinate representation of color #668C96: hue angle of 192.5º 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 #668C96 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 140 | 150 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.41 |
| HSL | 192.5º | 0.19% | 0.49% | - |
| HSV(B) | 192.5º | 0.32% | 0.59% | - |
| XYZ | 20.36 | 23.78 | 32.37 | - |
| YUV | 129.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 150 | 0.32 | 0.07 | 0 | 0.41 | 192.5 | 0.19 | 0.49 |
| Hex | 66 | 8C | 96 | 20 | 7 | 0 | 29 | C0 | 13 | 31 |
| Octal | 146 | 214 | 226 | 40 | 7 | 0 | 51 | 300 | 23 | 61 |
| Binary | 1100110 | 10001100 | 10010110 | 100000 | 111 | 0 | 101001 | 11000000 | 10011 | 110001 |
Color Harmonies of #668C96
Complementary color
Monochromatic Colors of #668C96
Black with #668C96
Text Example
Text Example
White with #668C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C96; }
p { color: rgb(102,140,150); }
H1.HeaderClassName
{
color: #668C96;
}
.AnyTagClassName
{
color: #668C96;
}
</style>
background-color css
<style>
a { background-color: #668C96; }
a { background-color: rgb(102,140,150); }
div.DivClassName
{
background-color: #668C96;
}
.BgClassName
{
background-color: #668C96;
}
</style>
border-color css
<style>
span { border-color: #668C96; }
span { border-color: rgb(102,140,150); }
td.TdClassName
{
border-color: #668C96;
}
.TagClassName
{
border-color: #668C96;
}
</style>