Shades of Slate Blue #6547DF
Tints of Slate Blue #6547DF
RGB
CMYK
RGB Variations
Color information
#6547DF (or 0x6547DF) is known color: Slate Blue. HEX triplet: 65, 47 and DF. RGB value is (101,71,223). Sum of RGB (Red+Green+Blue) = 101+71+223=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #6547DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6547DF is #9AB820. Grayscale: #606060. Windows color (decimal): -10139681 or 14632805. OLE color: 14632805.
HSL color Cylindrical-coordinate representation of color #6547DF: hue angle of 251.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6547DF is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 71 | 223 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.13 |
| HSL | 251.84º | 0.7% | 0.58% | - |
| HSV(B) | 251.84º | 0.68% | 0.87% | - |
| XYZ | 20.94 | 12.6 | 71.14 | - |
| YUV | 97.3 | 198.94 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 223 | 0.55 | 0.68 | 0 | 0.13 | 251.84 | 0.7 | 0.58 |
| Hex | 65 | 47 | DF | 37 | 44 | 0 | D | FC | 46 | 3A |
| Octal | 145 | 107 | 337 | 67 | 104 | 0 | 15 | 374 | 106 | 72 |
| Binary | 1100101 | 1000111 | 11011111 | 110111 | 1000100 | 0 | 1101 | 11111100 | 1000110 | 111010 |
Color Harmonies of #6547DF
Complementary color
Monochromatic Colors of #6547DF
Black with #6547DF
Text Example
Text Example
White with #6547DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6547DF; }
p { color: rgb(101,71,223); }
H1.HeaderClassName
{
color: #6547DF;
}
.AnyTagClassName
{
color: #6547DF;
}
</style>
background-color css
<style>
a { background-color: #6547DF; }
a { background-color: rgb(101,71,223); }
div.DivClassName
{
background-color: #6547DF;
}
.BgClassName
{
background-color: #6547DF;
}
</style>
border-color css
<style>
span { border-color: #6547DF; }
span { border-color: rgb(101,71,223); }
td.TdClassName
{
border-color: #6547DF;
}
.TagClassName
{
border-color: #6547DF;
}
</style>