Shades of Rich Blue #6564AC
Tints of Rich Blue #6564AC
RGB
CMYK
RGB Variations
Color information
#6564AC (or 0x6564AC) is known color: Rich Blue. HEX triplet: 65, 64 and AC. RGB value is (101,100,172). Sum of RGB (Red+Green+Blue) = 101+100+172=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #6564AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6564AC is #9A9B53. Grayscale: #6C6C6C. Windows color (decimal): -10132308 or 11297893. OLE color: 11297893.
HSL color Cylindrical-coordinate representation of color #6564AC: hue angle of 240.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6564AC is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 100 | 172 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.33 |
| HSL | 240.83º | 0.3% | 0.53% | - |
| HSV(B) | 240.83º | 0.42% | 0.67% | - |
| XYZ | 17.37 | 14.86 | 40.98 | - |
| YUV | 108.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 172 | 0.41 | 0.42 | 0 | 0.33 | 240.83 | 0.3 | 0.53 |
| Hex | 65 | 64 | AC | 29 | 2A | 0 | 21 | F1 | 1E | 35 |
| Octal | 145 | 144 | 254 | 51 | 52 | 0 | 41 | 361 | 36 | 65 |
| Binary | 1100101 | 1100100 | 10101100 | 101001 | 101010 | 0 | 100001 | 11110001 | 11110 | 110101 |
Color Harmonies of #6564AC
Complementary color
Monochromatic Colors of #6564AC
Black with #6564AC
Text Example
Text Example
White with #6564AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6564AC; }
p { color: rgb(101,100,172); }
H1.HeaderClassName
{
color: #6564AC;
}
.AnyTagClassName
{
color: #6564AC;
}
</style>
background-color css
<style>
a { background-color: #6564AC; }
a { background-color: rgb(101,100,172); }
div.DivClassName
{
background-color: #6564AC;
}
.BgClassName
{
background-color: #6564AC;
}
</style>
border-color css
<style>
span { border-color: #6564AC; }
span { border-color: rgb(101,100,172); }
td.TdClassName
{
border-color: #6564AC;
}
.TagClassName
{
border-color: #6564AC;
}
</style>