Shades of Slate Blue #6561D7
Tints of Slate Blue #6561D7
RGB
CMYK
RGB Variations
Color information
#6561D7 (or 0x6561D7) is known color: Slate Blue. HEX triplet: 65, 61 and D7. RGB value is (101,97,215). Sum of RGB (Red+Green+Blue) = 101+97+215=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #6561D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561D7 is #9A9E28. Grayscale: #6F6F6F. Windows color (decimal): -10133033 or 14115173. OLE color: 14115173.
HSL color Cylindrical-coordinate representation of color #6561D7: hue angle of 242.03º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6561D7 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 97 | 215 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.16 |
| HSL | 242.03º | 0.6% | 0.61% | - |
| HSV(B) | 242.03º | 0.55% | 0.84% | - |
| XYZ | 21.91 | 16.22 | 66.27 | - |
| YUV | 111.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 215 | 0.53 | 0.55 | 0 | 0.16 | 242.03 | 0.6 | 0.61 |
| Hex | 65 | 61 | D7 | 35 | 37 | 0 | 10 | F2 | 3C | 3D |
| Octal | 145 | 141 | 327 | 65 | 67 | 0 | 20 | 362 | 74 | 75 |
| Binary | 1100101 | 1100001 | 11010111 | 110101 | 110111 | 0 | 10000 | 11110010 | 111100 | 111101 |
Color Harmonies of #6561D7
Complementary color
Monochromatic Colors of #6561D7
Black with #6561D7
Text Example
Text Example
White with #6561D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6561D7; }
p { color: rgb(101,97,215); }
H1.HeaderClassName
{
color: #6561D7;
}
.AnyTagClassName
{
color: #6561D7;
}
</style>
background-color css
<style>
a { background-color: #6561D7; }
a { background-color: rgb(101,97,215); }
div.DivClassName
{
background-color: #6561D7;
}
.BgClassName
{
background-color: #6561D7;
}
</style>
border-color css
<style>
span { border-color: #6561D7; }
span { border-color: rgb(101,97,215); }
td.TdClassName
{
border-color: #6561D7;
}
.TagClassName
{
border-color: #6561D7;
}
</style>