Shades of Slate Blue #6561DC
Tints of Slate Blue #6561DC
RGB
CMYK
RGB Variations
Color information
#6561DC (or 0x6561DC) is known color: Slate Blue. HEX triplet: 65, 61 and DC. RGB value is (101,97,220). Sum of RGB (Red+Green+Blue) = 101+97+220=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #6561DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561DC is #9A9E23. Grayscale: #6F6F6F. Windows color (decimal): -10133028 or 14442853. OLE color: 14442853.
HSL color Cylindrical-coordinate representation of color #6561DC: hue angle of 241.95º 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 #6561DC is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 97 | 220 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.14 |
| HSL | 241.95º | 0.64% | 0.62% | - |
| HSV(B) | 241.95º | 0.56% | 0.86% | - |
| XYZ | 22.56 | 16.48 | 69.7 | - |
| YUV | 112.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 220 | 0.54 | 0.56 | 0 | 0.14 | 241.95 | 0.64 | 0.62 |
| Hex | 65 | 61 | DC | 36 | 38 | 0 | E | F2 | 40 | 3E |
| Octal | 145 | 141 | 334 | 66 | 70 | 0 | 16 | 362 | 100 | 76 |
| Binary | 1100101 | 1100001 | 11011100 | 110110 | 111000 | 0 | 1110 | 11110010 | 1000000 | 111110 |
Color Harmonies of #6561DC
Complementary color
Monochromatic Colors of #6561DC
Black with #6561DC
Text Example
Text Example
White with #6561DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6561DC; }
p { color: rgb(101,97,220); }
H1.HeaderClassName
{
color: #6561DC;
}
.AnyTagClassName
{
color: #6561DC;
}
</style>
background-color css
<style>
a { background-color: #6561DC; }
a { background-color: rgb(101,97,220); }
div.DivClassName
{
background-color: #6561DC;
}
.BgClassName
{
background-color: #6561DC;
}
</style>
border-color css
<style>
span { border-color: #6561DC; }
span { border-color: rgb(101,97,220); }
td.TdClassName
{
border-color: #6561DC;
}
.TagClassName
{
border-color: #6561DC;
}
</style>