Shades of Horizon #648F9C
Tints of Horizon #648F9C
RGB
CMYK
RGB Variations
Color information
#648F9C (or 0x648F9C) is known color: Horizon. HEX triplet: 64, 8F and 9C. RGB value is (100,143,156). Sum of RGB (Red+Green+Blue) = 100+143+156=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #648F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648F9C is #9B7063. Grayscale: #838383. Windows color (decimal): -10186852 or 10260324. OLE color: 10260324.
HSL color Cylindrical-coordinate representation of color #648F9C: hue angle of 193.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #648F9C is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 143 | 156 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.39 |
| HSL | 193.93º | 0.22% | 0.5% | - |
| HSV(B) | 193.93º | 0.36% | 0.61% | - |
| XYZ | 21.08 | 24.75 | 35.12 | - |
| YUV | 131.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 156 | 0.36 | 0.08 | 0 | 0.39 | 193.93 | 0.22 | 0.5 |
| Hex | 64 | 8F | 9C | 24 | 8 | 0 | 27 | C2 | 16 | 32 |
| Octal | 144 | 217 | 234 | 44 | 10 | 0 | 47 | 302 | 26 | 62 |
| Binary | 1100100 | 10001111 | 10011100 | 100100 | 1000 | 0 | 100111 | 11000010 | 10110 | 110010 |
Color Harmonies of #648F9C
Complementary color
Monochromatic Colors of #648F9C
Black with #648F9C
Text Example
Text Example
White with #648F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F9C; }
p { color: rgb(100,143,156); }
H1.HeaderClassName
{
color: #648F9C;
}
.AnyTagClassName
{
color: #648F9C;
}
</style>
background-color css
<style>
a { background-color: #648F9C; }
a { background-color: rgb(100,143,156); }
div.DivClassName
{
background-color: #648F9C;
}
.BgClassName
{
background-color: #648F9C;
}
</style>
border-color css
<style>
span { border-color: #648F9C; }
span { border-color: rgb(100,143,156); }
td.TdClassName
{
border-color: #648F9C;
}
.TagClassName
{
border-color: #648F9C;
}
</style>