Shades of Horizon #648C99
Tints of Horizon #648C99
RGB
CMYK
RGB Variations
Color information
#648C99 (or 0x648C99) is known color: Horizon. HEX triplet: 64, 8C and 99. RGB value is (100,140,153). Sum of RGB (Red+Green+Blue) = 100+140+153=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #648C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648C99 is #9B7366. Grayscale: #818181. Windows color (decimal): -10187623 or 10062948. OLE color: 10062948.
HSL color Cylindrical-coordinate representation of color #648C99: hue angle of 194.72º 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 #648C99 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 140 | 153 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.4 |
| HSL | 194.72º | 0.21% | 0.5% | - |
| HSV(B) | 194.72º | 0.35% | 0.6% | - |
| XYZ | 20.38 | 23.77 | 33.65 | - |
| YUV | 129.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 153 | 0.35 | 0.08 | 0 | 0.4 | 194.72 | 0.21 | 0.5 |
| Hex | 64 | 8C | 99 | 23 | 8 | 0 | 28 | C3 | 15 | 32 |
| Octal | 144 | 214 | 231 | 43 | 10 | 0 | 50 | 303 | 25 | 62 |
| Binary | 1100100 | 10001100 | 10011001 | 100011 | 1000 | 0 | 101000 | 11000011 | 10101 | 110010 |
Color Harmonies of #648C99
Complementary color
Monochromatic Colors of #648C99
Black with #648C99
Text Example
Text Example
White with #648C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C99; }
p { color: rgb(100,140,153); }
H1.HeaderClassName
{
color: #648C99;
}
.AnyTagClassName
{
color: #648C99;
}
</style>
background-color css
<style>
a { background-color: #648C99; }
a { background-color: rgb(100,140,153); }
div.DivClassName
{
background-color: #648C99;
}
.BgClassName
{
background-color: #648C99;
}
</style>
border-color css
<style>
span { border-color: #648C99; }
span { border-color: rgb(100,140,153); }
td.TdClassName
{
border-color: #648C99;
}
.TagClassName
{
border-color: #648C99;
}
</style>