Shades of Slate Blue #6461DF
Tints of Slate Blue #6461DF
RGB
CMYK
RGB Variations
Color information
#6461DF (or 0x6461DF) is known color: Slate Blue. HEX triplet: 64, 61 and DF. RGB value is (100,97,223). Sum of RGB (Red+Green+Blue) = 100+97+223=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #6461DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461DF is #9B9E20. Grayscale: #6F6F6F. Windows color (decimal): -10198561 or 14639460. OLE color: 14639460.
HSL color Cylindrical-coordinate representation of color #6461DF: hue angle of 241.43º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6461DF is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 97 | 223 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.13 |
| HSL | 241.43º | 0.66% | 0.63% | - |
| HSV(B) | 241.43º | 0.57% | 0.87% | - |
| XYZ | 22.85 | 16.59 | 71.81 | - |
| YUV | 112.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 223 | 0.55 | 0.57 | 0 | 0.13 | 241.43 | 0.66 | 0.63 |
| Hex | 64 | 61 | DF | 37 | 39 | 0 | D | F1 | 42 | 3F |
| Octal | 144 | 141 | 337 | 67 | 71 | 0 | 15 | 361 | 102 | 77 |
| Binary | 1100100 | 1100001 | 11011111 | 110111 | 111001 | 0 | 1101 | 11110001 | 1000010 | 111111 |
Color Harmonies of #6461DF
Complementary color
Monochromatic Colors of #6461DF
Black with #6461DF
Text Example
Text Example
White with #6461DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6461DF; }
p { color: rgb(100,97,223); }
H1.HeaderClassName
{
color: #6461DF;
}
.AnyTagClassName
{
color: #6461DF;
}
</style>
background-color css
<style>
a { background-color: #6461DF; }
a { background-color: rgb(100,97,223); }
div.DivClassName
{
background-color: #6461DF;
}
.BgClassName
{
background-color: #6461DF;
}
</style>
border-color css
<style>
span { border-color: #6461DF; }
span { border-color: rgb(100,97,223); }
td.TdClassName
{
border-color: #6461DF;
}
.TagClassName
{
border-color: #6461DF;
}
</style>