Shades of Horizon #648F99
Tints of Horizon #648F99
RGB
CMYK
RGB Variations
Color information
#648F99 (or 0x648F99) is known color: Horizon. HEX triplet: 64, 8F and 99. RGB value is (100,143,153). Sum of RGB (Red+Green+Blue) = 100+143+153=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #648F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648F99 is #9B7066. Grayscale: #838383. Windows color (decimal): -10186855 or 10063716. OLE color: 10063716.
HSL color Cylindrical-coordinate representation of color #648F99: hue angle of 191.32º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648F99 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 143 | 153 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.4 |
| HSL | 191.32º | 0.21% | 0.5% | - |
| HSV(B) | 191.32º | 0.35% | 0.6% | - |
| XYZ | 20.83 | 24.65 | 33.8 | - |
| YUV | 131.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 153 | 0.35 | 0.07 | 0 | 0.4 | 191.32 | 0.21 | 0.5 |
| Hex | 64 | 8F | 99 | 23 | 7 | 0 | 28 | BF | 15 | 32 |
| Octal | 144 | 217 | 231 | 43 | 7 | 0 | 50 | 277 | 25 | 62 |
| Binary | 1100100 | 10001111 | 10011001 | 100011 | 111 | 0 | 101000 | 10111111 | 10101 | 110010 |
Color Harmonies of #648F99
Complementary color
Monochromatic Colors of #648F99
Black with #648F99
Text Example
Text Example
White with #648F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F99; }
p { color: rgb(100,143,153); }
H1.HeaderClassName
{
color: #648F99;
}
.AnyTagClassName
{
color: #648F99;
}
</style>
background-color css
<style>
a { background-color: #648F99; }
a { background-color: rgb(100,143,153); }
div.DivClassName
{
background-color: #648F99;
}
.BgClassName
{
background-color: #648F99;
}
</style>
border-color css
<style>
span { border-color: #648F99; }
span { border-color: rgb(100,143,153); }
td.TdClassName
{
border-color: #648F99;
}
.TagClassName
{
border-color: #648F99;
}
</style>