Shades of Rich Blue #6460AC
Tints of Rich Blue #6460AC
RGB
CMYK
RGB Variations
Color information
#6460AC (or 0x6460AC) is known color: Rich Blue. HEX triplet: 64, 60 and AC. RGB value is (100,96,172). Sum of RGB (Red+Green+Blue) = 100+96+172=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #6460AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6460AC is #9B9F53. Grayscale: #696969. Windows color (decimal): -10198868 or 11296868. OLE color: 11296868.
HSL color Cylindrical-coordinate representation of color #6460AC: hue angle of 243.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6460AC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 96 | 172 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.33 |
| HSL | 243.16º | 0.31% | 0.53% | - |
| HSV(B) | 243.16º | 0.44% | 0.67% | - |
| XYZ | 16.88 | 14.05 | 40.85 | - |
| YUV | 105.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 172 | 0.42 | 0.44 | 0 | 0.33 | 243.16 | 0.31 | 0.53 |
| Hex | 64 | 60 | AC | 2A | 2C | 0 | 21 | F3 | 1F | 35 |
| Octal | 144 | 140 | 254 | 52 | 54 | 0 | 41 | 363 | 37 | 65 |
| Binary | 1100100 | 1100000 | 10101100 | 101010 | 101100 | 0 | 100001 | 11110011 | 11111 | 110101 |
Color Harmonies of #6460AC
Complementary color
Monochromatic Colors of #6460AC
Black with #6460AC
Text Example
Text Example
White with #6460AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6460AC; }
p { color: rgb(100,96,172); }
H1.HeaderClassName
{
color: #6460AC;
}
.AnyTagClassName
{
color: #6460AC;
}
</style>
background-color css
<style>
a { background-color: #6460AC; }
a { background-color: rgb(100,96,172); }
div.DivClassName
{
background-color: #6460AC;
}
.BgClassName
{
background-color: #6460AC;
}
</style>
border-color css
<style>
span { border-color: #6460AC; }
span { border-color: rgb(100,96,172); }
td.TdClassName
{
border-color: #6460AC;
}
.TagClassName
{
border-color: #6460AC;
}
</style>