Shades of Slate Blue #6461C0
Tints of Slate Blue #6461C0
RGB
CMYK
RGB Variations
Color information
#6461C0 (or 0x6461C0) is known color: Slate Blue. HEX triplet: 64, 61 and C0. RGB value is (100,97,192). Sum of RGB (Red+Green+Blue) = 100+97+192=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #6461C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461C0 is #9B9E3F. Grayscale: #6C6C6C. Windows color (decimal): -10198592 or 12607844. OLE color: 12607844.
HSL color Cylindrical-coordinate representation of color #6461C0: hue angle of 241.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6461C0 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 97 | 192 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.25 |
| HSL | 241.89º | 0.43% | 0.57% | - |
| HSV(B) | 241.89º | 0.49% | 0.75% | - |
| XYZ | 19.04 | 15.06 | 51.77 | - |
| YUV | 108.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 192 | 0.48 | 0.49 | 0 | 0.25 | 241.89 | 0.43 | 0.57 |
| Hex | 64 | 61 | C0 | 30 | 31 | 0 | 19 | F2 | 2B | 39 |
| Octal | 144 | 141 | 300 | 60 | 61 | 0 | 31 | 362 | 53 | 71 |
| Binary | 1100100 | 1100001 | 11000000 | 110000 | 110001 | 0 | 11001 | 11110010 | 101011 | 111001 |
Color Harmonies of #6461C0
Complementary color
Monochromatic Colors of #6461C0
Black with #6461C0
Text Example
Text Example
White with #6461C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6461C0; }
p { color: rgb(100,97,192); }
H1.HeaderClassName
{
color: #6461C0;
}
.AnyTagClassName
{
color: #6461C0;
}
</style>
background-color css
<style>
a { background-color: #6461C0; }
a { background-color: rgb(100,97,192); }
div.DivClassName
{
background-color: #6461C0;
}
.BgClassName
{
background-color: #6461C0;
}
</style>
border-color css
<style>
span { border-color: #6461C0; }
span { border-color: rgb(100,97,192); }
td.TdClassName
{
border-color: #6461C0;
}
.TagClassName
{
border-color: #6461C0;
}
</style>