Shades of Slate Blue #654FD3
Tints of Slate Blue #654FD3
RGB
CMYK
RGB Variations
Color information
#654FD3 (or 0x654FD3) is known color: Slate Blue. HEX triplet: 65, 4F and D3. RGB value is (101,79,211). Sum of RGB (Red+Green+Blue) = 101+79+211=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #654FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FD3 is #9AB02C. Grayscale: #646464. Windows color (decimal): -10137645 or 13848421. OLE color: 13848421.
HSL color Cylindrical-coordinate representation of color #654FD3: hue angle of 250º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654FD3 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 79 | 211 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.17 |
| HSL | 250º | 0.6% | 0.57% | - |
| HSV(B) | 250º | 0.63% | 0.83% | - |
| XYZ | 19.92 | 13.06 | 63.1 | - |
| YUV | 100.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 211 | 0.52 | 0.63 | 0 | 0.17 | 250 | 0.6 | 0.57 |
| Hex | 65 | 4F | D3 | 34 | 3F | 0 | 11 | FA | 3C | 39 |
| Octal | 145 | 117 | 323 | 64 | 77 | 0 | 21 | 372 | 74 | 71 |
| Binary | 1100101 | 1001111 | 11010011 | 110100 | 111111 | 0 | 10001 | 11111010 | 111100 | 111001 |
Color Harmonies of #654FD3
Complementary color
Monochromatic Colors of #654FD3
Black with #654FD3
Text Example
Text Example
White with #654FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FD3; }
p { color: rgb(101,79,211); }
H1.HeaderClassName
{
color: #654FD3;
}
.AnyTagClassName
{
color: #654FD3;
}
</style>
background-color css
<style>
a { background-color: #654FD3; }
a { background-color: rgb(101,79,211); }
div.DivClassName
{
background-color: #654FD3;
}
.BgClassName
{
background-color: #654FD3;
}
</style>
border-color css
<style>
span { border-color: #654FD3; }
span { border-color: rgb(101,79,211); }
td.TdClassName
{
border-color: #654FD3;
}
.TagClassName
{
border-color: #654FD3;
}
</style>