Shades of Slate Blue #654FC6
Tints of Slate Blue #654FC6
RGB
CMYK
RGB Variations
Color information
#654FC6 (or 0x654FC6) is known color: Slate Blue. HEX triplet: 65, 4F and C6. RGB value is (101,79,198). Sum of RGB (Red+Green+Blue) = 101+79+198=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #654FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FC6 is #9AB039. Grayscale: #626262. Windows color (decimal): -10137658 or 12996453. OLE color: 12996453.
HSL color Cylindrical-coordinate representation of color #654FC6: hue angle of 251.09º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654FC6 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 79 | 198 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.22 |
| HSL | 251.09º | 0.51% | 0.54% | - |
| HSV(B) | 251.09º | 0.6% | 0.78% | - |
| XYZ | 18.36 | 12.44 | 54.86 | - |
| YUV | 99.14 | 183.79 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 198 | 0.49 | 0.60 | 0 | 0.22 | 251.09 | 0.51 | 0.54 |
| Hex | 65 | 4F | C6 | 31 | 3C | 0 | 16 | FB | 33 | 36 |
| Octal | 145 | 117 | 306 | 61 | 74 | 0 | 26 | 373 | 63 | 66 |
| Binary | 1100101 | 1001111 | 11000110 | 110001 | 111100 | 0 | 10110 | 11111011 | 110011 | 110110 |
Color Harmonies of #654FC6
Complementary color
Monochromatic Colors of #654FC6
Black with #654FC6
Text Example
Text Example
White with #654FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FC6; }
p { color: rgb(101,79,198); }
H1.HeaderClassName
{
color: #654FC6;
}
.AnyTagClassName
{
color: #654FC6;
}
</style>
background-color css
<style>
a { background-color: #654FC6; }
a { background-color: rgb(101,79,198); }
div.DivClassName
{
background-color: #654FC6;
}
.BgClassName
{
background-color: #654FC6;
}
</style>
border-color css
<style>
span { border-color: #654FC6; }
span { border-color: rgb(101,79,198); }
td.TdClassName
{
border-color: #654FC6;
}
.TagClassName
{
border-color: #654FC6;
}
</style>