Shades of Horizon #648D9F
Tints of Horizon #648D9F
RGB
CMYK
RGB Variations
Color information
#648D9F (or 0x648D9F) is known color: Horizon. HEX triplet: 64, 8D and 9F. RGB value is (100,141,159). Sum of RGB (Red+Green+Blue) = 100+141+159=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #648D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D9F is #9B7260. Grayscale: #828282. Windows color (decimal): -10187361 or 10456420. OLE color: 10456420.
HSL color Cylindrical-coordinate representation of color #648D9F: hue angle of 198.31º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #648D9F is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 141 | 159 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.38 |
| HSL | 198.31º | 0.24% | 0.51% | - |
| HSV(B) | 198.31º | 0.37% | 0.62% | - |
| XYZ | 21.04 | 24.26 | 36.38 | - |
| YUV | 130.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 159 | 0.37 | 0.11 | 0 | 0.38 | 198.31 | 0.24 | 0.51 |
| Hex | 64 | 8D | 9F | 25 | B | 0 | 26 | C6 | 18 | 33 |
| Octal | 144 | 215 | 237 | 45 | 13 | 0 | 46 | 306 | 30 | 63 |
| Binary | 1100100 | 10001101 | 10011111 | 100101 | 1011 | 0 | 100110 | 11000110 | 11000 | 110011 |
Color Harmonies of #648D9F
Complementary color
Monochromatic Colors of #648D9F
Black with #648D9F
Text Example
Text Example
White with #648D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D9F; }
p { color: rgb(100,141,159); }
H1.HeaderClassName
{
color: #648D9F;
}
.AnyTagClassName
{
color: #648D9F;
}
</style>
background-color css
<style>
a { background-color: #648D9F; }
a { background-color: rgb(100,141,159); }
div.DivClassName
{
background-color: #648D9F;
}
.BgClassName
{
background-color: #648D9F;
}
</style>
border-color css
<style>
span { border-color: #648D9F; }
span { border-color: rgb(100,141,159); }
td.TdClassName
{
border-color: #648D9F;
}
.TagClassName
{
border-color: #648D9F;
}
</style>