Shades of Rich Blue #6461AC
Tints of Rich Blue #6461AC
RGB
CMYK
RGB Variations
Color information
#6461AC (or 0x6461AC) is known color: Rich Blue. HEX triplet: 64, 61 and AC. RGB value is (100,97,172). Sum of RGB (Red+Green+Blue) = 100+97+172=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #6461AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6461AC is #9B9E53. Grayscale: #6A6A6A. Windows color (decimal): -10198612 or 11297124. OLE color: 11297124.
HSL color Cylindrical-coordinate representation of color #6461AC: hue angle of 242.4º 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 #6461AC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 97 | 172 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.33 |
| HSL | 242.4º | 0.31% | 0.53% | - |
| HSV(B) | 242.4º | 0.44% | 0.67% | - |
| XYZ | 16.98 | 14.24 | 40.88 | - |
| YUV | 106.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 172 | 0.42 | 0.44 | 0 | 0.33 | 242.4 | 0.31 | 0.53 |
| Hex | 64 | 61 | AC | 2A | 2C | 0 | 21 | F2 | 1F | 35 |
| Octal | 144 | 141 | 254 | 52 | 54 | 0 | 41 | 362 | 37 | 65 |
| Binary | 1100100 | 1100001 | 10101100 | 101010 | 101100 | 0 | 100001 | 11110010 | 11111 | 110101 |
Color Harmonies of #6461AC
Complementary color
Monochromatic Colors of #6461AC
Black with #6461AC
Text Example
Text Example
White with #6461AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6461AC; }
p { color: rgb(100,97,172); }
H1.HeaderClassName
{
color: #6461AC;
}
.AnyTagClassName
{
color: #6461AC;
}
</style>
background-color css
<style>
a { background-color: #6461AC; }
a { background-color: rgb(100,97,172); }
div.DivClassName
{
background-color: #6461AC;
}
.BgClassName
{
background-color: #6461AC;
}
</style>
border-color css
<style>
span { border-color: #6461AC; }
span { border-color: rgb(100,97,172); }
td.TdClassName
{
border-color: #6461AC;
}
.TagClassName
{
border-color: #6461AC;
}
</style>