Shades of Slate Blue #6461DC
Tints of Slate Blue #6461DC
RGB
CMYK
RGB Variations
Color information
#6461DC (or 0x6461DC) is known color: Slate Blue. HEX triplet: 64, 61 and DC. RGB value is (100,97,220). Sum of RGB (Red+Green+Blue) = 100+97+220=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #6461DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461DC is #9B9E23. Grayscale: #6F6F6F. Windows color (decimal): -10198564 or 14442852. OLE color: 14442852.
HSL color Cylindrical-coordinate representation of color #6461DC: hue angle of 241.46º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6461DC is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 97 | 220 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.14 |
| HSL | 241.46º | 0.64% | 0.62% | - |
| HSV(B) | 241.46º | 0.56% | 0.86% | - |
| XYZ | 22.45 | 16.43 | 69.7 | - |
| YUV | 111.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 220 | 0.55 | 0.56 | 0 | 0.14 | 241.46 | 0.64 | 0.62 |
| Hex | 64 | 61 | DC | 37 | 38 | 0 | E | F1 | 40 | 3E |
| Octal | 144 | 141 | 334 | 67 | 70 | 0 | 16 | 361 | 100 | 76 |
| Binary | 1100100 | 1100001 | 11011100 | 110111 | 111000 | 0 | 1110 | 11110001 | 1000000 | 111110 |
Color Harmonies of #6461DC
Complementary color
Monochromatic Colors of #6461DC
Black with #6461DC
Text Example
Text Example
White with #6461DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6461DC; }
p { color: rgb(100,97,220); }
H1.HeaderClassName
{
color: #6461DC;
}
.AnyTagClassName
{
color: #6461DC;
}
</style>
background-color css
<style>
a { background-color: #6461DC; }
a { background-color: rgb(100,97,220); }
div.DivClassName
{
background-color: #6461DC;
}
.BgClassName
{
background-color: #6461DC;
}
</style>
border-color css
<style>
span { border-color: #6461DC; }
span { border-color: rgb(100,97,220); }
td.TdClassName
{
border-color: #6461DC;
}
.TagClassName
{
border-color: #6461DC;
}
</style>