Shades of Slate Blue #654FD0
Tints of Slate Blue #654FD0
RGB
CMYK
RGB Variations
Color information
#654FD0 (or 0x654FD0) is known color: Slate Blue. HEX triplet: 65, 4F and D0. RGB value is (101,79,208). Sum of RGB (Red+Green+Blue) = 101+79+208=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #654FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FD0 is #9AB02F. Grayscale: #636363. Windows color (decimal): -10137648 or 13651813. OLE color: 13651813.
HSL color Cylindrical-coordinate representation of color #654FD0: hue angle of 250.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654FD0 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 79 | 208 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.18 |
| HSL | 250.23º | 0.58% | 0.56% | - |
| HSV(B) | 250.23º | 0.62% | 0.82% | - |
| XYZ | 19.55 | 12.91 | 61.14 | - |
| YUV | 100.28 | 188.79 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 208 | 0.51 | 0.62 | 0 | 0.18 | 250.23 | 0.58 | 0.56 |
| Hex | 65 | 4F | D0 | 33 | 3E | 0 | 12 | FA | 3A | 38 |
| Octal | 145 | 117 | 320 | 63 | 76 | 0 | 22 | 372 | 72 | 70 |
| Binary | 1100101 | 1001111 | 11010000 | 110011 | 111110 | 0 | 10010 | 11111010 | 111010 | 111000 |
Color Harmonies of #654FD0
Complementary color
Monochromatic Colors of #654FD0
Black with #654FD0
Text Example
Text Example
White with #654FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FD0; }
p { color: rgb(101,79,208); }
H1.HeaderClassName
{
color: #654FD0;
}
.AnyTagClassName
{
color: #654FD0;
}
</style>
background-color css
<style>
a { background-color: #654FD0; }
a { background-color: rgb(101,79,208); }
div.DivClassName
{
background-color: #654FD0;
}
.BgClassName
{
background-color: #654FD0;
}
</style>
border-color css
<style>
span { border-color: #654FD0; }
span { border-color: rgb(101,79,208); }
td.TdClassName
{
border-color: #654FD0;
}
.TagClassName
{
border-color: #654FD0;
}
</style>