Shades of Horizon #668894
Tints of Horizon #668894
RGB
CMYK
RGB Variations
Color information
#668894 (or 0x668894) is known color: Horizon. HEX triplet: 66, 88 and 94. RGB value is (102,136,148). Sum of RGB (Red+Green+Blue) = 102+136+148=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #668894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668894 is #99776B. Grayscale: #7F7F7F. Windows color (decimal): -10057580 or 9734246. OLE color: 9734246.
HSL color Cylindrical-coordinate representation of color #668894: hue angle of 195.65º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668894 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 136 | 148 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.42 |
| HSL | 195.65º | 0.18% | 0.49% | - |
| HSV(B) | 195.65º | 0.31% | 0.58% | - |
| XYZ | 19.63 | 22.57 | 31.34 | - |
| YUV | 127.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 148 | 0.31 | 0.08 | 0 | 0.42 | 195.65 | 0.18 | 0.49 |
| Hex | 66 | 88 | 94 | 1F | 8 | 0 | 2A | C4 | 12 | 31 |
| Octal | 146 | 210 | 224 | 37 | 10 | 0 | 52 | 304 | 22 | 61 |
| Binary | 1100110 | 10001000 | 10010100 | 11111 | 1000 | 0 | 101010 | 11000100 | 10010 | 110001 |
Color Harmonies of #668894
Complementary color
Monochromatic Colors of #668894
Black with #668894
Text Example
Text Example
White with #668894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668894; }
p { color: rgb(102,136,148); }
H1.HeaderClassName
{
color: #668894;
}
.AnyTagClassName
{
color: #668894;
}
</style>
background-color css
<style>
a { background-color: #668894; }
a { background-color: rgb(102,136,148); }
div.DivClassName
{
background-color: #668894;
}
.BgClassName
{
background-color: #668894;
}
</style>
border-color css
<style>
span { border-color: #668894; }
span { border-color: rgb(102,136,148); }
td.TdClassName
{
border-color: #668894;
}
.TagClassName
{
border-color: #668894;
}
</style>