Shades of Horizon #6490A1
Tints of Horizon #6490A1
RGB
CMYK
RGB Variations
Color information
#6490A1 (or 0x6490A1) is known color: Horizon. HEX triplet: 64, 90 and A1. RGB value is (100,144,161). Sum of RGB (Red+Green+Blue) = 100+144+161=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 161 - color contains mainly: blue. Hex color #6490A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6490A1 is #9B6F5E. Grayscale: #848484. Windows color (decimal): -10186591 or 10588260. OLE color: 10588260.
HSL color Cylindrical-coordinate representation of color #6490A1: hue angle of 196.72º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6490A1 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 144 | 161 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.37 |
| HSL | 196.72º | 0.24% | 0.51% | - |
| HSV(B) | 196.72º | 0.38% | 0.63% | - |
| XYZ | 21.66 | 25.23 | 37.45 | - |
| YUV | 132.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 161 | 0.38 | 0.11 | 0 | 0.37 | 196.72 | 0.24 | 0.51 |
| Hex | 64 | 90 | A1 | 26 | B | 0 | 25 | C5 | 18 | 33 |
| Octal | 144 | 220 | 241 | 46 | 13 | 0 | 45 | 305 | 30 | 63 |
| Binary | 1100100 | 10010000 | 10100001 | 100110 | 1011 | 0 | 100101 | 11000101 | 11000 | 110011 |
Color Harmonies of #6490A1
Complementary color
Monochromatic Colors of #6490A1
Black with #6490A1
Text Example
Text Example
White with #6490A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490A1; }
p { color: rgb(100,144,161); }
H1.HeaderClassName
{
color: #6490A1;
}
.AnyTagClassName
{
color: #6490A1;
}
</style>
background-color css
<style>
a { background-color: #6490A1; }
a { background-color: rgb(100,144,161); }
div.DivClassName
{
background-color: #6490A1;
}
.BgClassName
{
background-color: #6490A1;
}
</style>
border-color css
<style>
span { border-color: #6490A1; }
span { border-color: rgb(100,144,161); }
td.TdClassName
{
border-color: #6490A1;
}
.TagClassName
{
border-color: #6490A1;
}
</style>