Shades of Slate Blue #6548D5
Tints of Slate Blue #6548D5
RGB
CMYK
RGB Variations
Color information
#6548D5 (or 0x6548D5) is known color: Slate Blue. HEX triplet: 65, 48 and D5. RGB value is (101,72,213). Sum of RGB (Red+Green+Blue) = 101+72+213=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #6548D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548D5 is #9AB72A. Grayscale: #606060. Windows color (decimal): -10139435 or 13977701. OLE color: 13977701.
HSL color Cylindrical-coordinate representation of color #6548D5: hue angle of 252.34º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6548D5 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 72 | 213 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.16 |
| HSL | 252.34º | 0.63% | 0.56% | - |
| HSV(B) | 252.34º | 0.66% | 0.84% | - |
| XYZ | 19.69 | 12.21 | 64.27 | - |
| YUV | 96.75 | 193.61 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 213 | 0.53 | 0.66 | 0 | 0.16 | 252.34 | 0.63 | 0.56 |
| Hex | 65 | 48 | D5 | 35 | 42 | 0 | 10 | FC | 3F | 38 |
| Octal | 145 | 110 | 325 | 65 | 102 | 0 | 20 | 374 | 77 | 70 |
| Binary | 1100101 | 1001000 | 11010101 | 110101 | 1000010 | 0 | 10000 | 11111100 | 111111 | 111000 |
Color Harmonies of #6548D5
Complementary color
Monochromatic Colors of #6548D5
Black with #6548D5
Text Example
Text Example
White with #6548D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6548D5; }
p { color: rgb(101,72,213); }
H1.HeaderClassName
{
color: #6548D5;
}
.AnyTagClassName
{
color: #6548D5;
}
</style>
background-color css
<style>
a { background-color: #6548D5; }
a { background-color: rgb(101,72,213); }
div.DivClassName
{
background-color: #6548D5;
}
.BgClassName
{
background-color: #6548D5;
}
</style>
border-color css
<style>
span { border-color: #6548D5; }
span { border-color: rgb(101,72,213); }
td.TdClassName
{
border-color: #6548D5;
}
.TagClassName
{
border-color: #6548D5;
}
</style>