Shades of Horizon #648E98
Tints of Horizon #648E98
RGB
CMYK
RGB Variations
Color information
#648E98 (or 0x648E98) is known color: Horizon. HEX triplet: 64, 8E and 98. RGB value is (100,142,152). Sum of RGB (Red+Green+Blue) = 100+142+152=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #648E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648E98 is #9B7167. Grayscale: #828282. Windows color (decimal): -10187112 or 9997924. OLE color: 9997924.
HSL color Cylindrical-coordinate representation of color #648E98: hue angle of 191.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #648E98 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 142 | 152 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.40 |
| HSL | 191.54º | 0.21% | 0.49% | - |
| HSV(B) | 191.54º | 0.34% | 0.6% | - |
| XYZ | 20.6 | 24.32 | 33.31 | - |
| YUV | 130.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 152 | 0.34 | 0.07 | 0 | 0.40 | 191.54 | 0.21 | 0.49 |
| Hex | 64 | 8E | 98 | 22 | 7 | 0 | 28 | C0 | 15 | 31 |
| Octal | 144 | 216 | 230 | 42 | 7 | 0 | 50 | 300 | 25 | 61 |
| Binary | 1100100 | 10001110 | 10011000 | 100010 | 111 | 0 | 101000 | 11000000 | 10101 | 110001 |
Color Harmonies of #648E98
Complementary color
Monochromatic Colors of #648E98
Black with #648E98
Text Example
Text Example
White with #648E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E98; }
p { color: rgb(100,142,152); }
H1.HeaderClassName
{
color: #648E98;
}
.AnyTagClassName
{
color: #648E98;
}
</style>
background-color css
<style>
a { background-color: #648E98; }
a { background-color: rgb(100,142,152); }
div.DivClassName
{
background-color: #648E98;
}
.BgClassName
{
background-color: #648E98;
}
</style>
border-color css
<style>
span { border-color: #648E98; }
span { border-color: rgb(100,142,152); }
td.TdClassName
{
border-color: #648E98;
}
.TagClassName
{
border-color: #648E98;
}
</style>