Shades of Rich Blue #6460AB
Tints of Rich Blue #6460AB
RGB
CMYK
RGB Variations
Color information
#6460AB (or 0x6460AB) is known color: Rich Blue. HEX triplet: 64, 60 and AB. RGB value is (100,96,171). Sum of RGB (Red+Green+Blue) = 100+96+171=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #6460AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6460AB is #9B9F54. Grayscale: #696969. Windows color (decimal): -10198869 or 11231332. OLE color: 11231332.
HSL color Cylindrical-coordinate representation of color #6460AB: hue angle of 243.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6460AB is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 96 | 171 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.33 |
| HSL | 243.2º | 0.31% | 0.52% | - |
| HSV(B) | 243.2º | 0.44% | 0.67% | - |
| XYZ | 16.79 | 14.02 | 40.35 | - |
| YUV | 105.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 171 | 0.42 | 0.44 | 0 | 0.33 | 243.2 | 0.31 | 0.52 |
| Hex | 64 | 60 | AB | 2A | 2C | 0 | 21 | F3 | 1F | 34 |
| Octal | 144 | 140 | 253 | 52 | 54 | 0 | 41 | 363 | 37 | 64 |
| Binary | 1100100 | 1100000 | 10101011 | 101010 | 101100 | 0 | 100001 | 11110011 | 11111 | 110100 |
Color Harmonies of #6460AB
Complementary color
Monochromatic Colors of #6460AB
Black with #6460AB
Text Example
Text Example
White with #6460AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6460AB; }
p { color: rgb(100,96,171); }
H1.HeaderClassName
{
color: #6460AB;
}
.AnyTagClassName
{
color: #6460AB;
}
</style>
background-color css
<style>
a { background-color: #6460AB; }
a { background-color: rgb(100,96,171); }
div.DivClassName
{
background-color: #6460AB;
}
.BgClassName
{
background-color: #6460AB;
}
</style>
border-color css
<style>
span { border-color: #6460AB; }
span { border-color: rgb(100,96,171); }
td.TdClassName
{
border-color: #6460AB;
}
.TagClassName
{
border-color: #6460AB;
}
</style>