Shades of Slate Blue #6561DF
Tints of Slate Blue #6561DF
RGB
CMYK
RGB Variations
Color information
#6561DF (or 0x6561DF) is known color: Slate Blue. HEX triplet: 65, 61 and DF. RGB value is (101,97,223). Sum of RGB (Red+Green+Blue) = 101+97+223=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #6561DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561DF is #9A9E20. Grayscale: #707070. Windows color (decimal): -10133025 or 14639461. OLE color: 14639461.
HSL color Cylindrical-coordinate representation of color #6561DF: hue angle of 241.9º 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 #6561DF is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 97 | 223 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.13 |
| HSL | 241.9º | 0.66% | 0.63% | - |
| HSV(B) | 241.9º | 0.57% | 0.87% | - |
| XYZ | 22.96 | 16.64 | 71.81 | - |
| YUV | 112.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 223 | 0.55 | 0.57 | 0 | 0.13 | 241.9 | 0.66 | 0.63 |
| Hex | 65 | 61 | DF | 37 | 39 | 0 | D | F2 | 42 | 3F |
| Octal | 145 | 141 | 337 | 67 | 71 | 0 | 15 | 362 | 102 | 77 |
| Binary | 1100101 | 1100001 | 11011111 | 110111 | 111001 | 0 | 1101 | 11110010 | 1000010 | 111111 |
Color Harmonies of #6561DF
Complementary color
Monochromatic Colors of #6561DF
Black with #6561DF
Text Example
Text Example
White with #6561DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6561DF; }
p { color: rgb(101,97,223); }
H1.HeaderClassName
{
color: #6561DF;
}
.AnyTagClassName
{
color: #6561DF;
}
</style>
background-color css
<style>
a { background-color: #6561DF; }
a { background-color: rgb(101,97,223); }
div.DivClassName
{
background-color: #6561DF;
}
.BgClassName
{
background-color: #6561DF;
}
</style>
border-color css
<style>
span { border-color: #6561DF; }
span { border-color: rgb(101,97,223); }
td.TdClassName
{
border-color: #6561DF;
}
.TagClassName
{
border-color: #6561DF;
}
</style>