Shades of Slate Blue #654CDC
Tints of Slate Blue #654CDC
RGB
CMYK
RGB Variations
Color information
#654CDC (or 0x654CDC) is known color: Slate Blue. HEX triplet: 65, 4C and DC. RGB value is (101,76,220). Sum of RGB (Red+Green+Blue) = 101+76+220=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #654CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CDC is #9AB323. Grayscale: #636363. Windows color (decimal): -10138404 or 14437477. OLE color: 14437477.
HSL color Cylindrical-coordinate representation of color #654CDC: hue angle of 250.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654CDC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 76 | 220 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.14 |
| HSL | 250.42º | 0.67% | 0.58% | - |
| HSV(B) | 250.42º | 0.65% | 0.86% | - |
| XYZ | 20.87 | 13.1 | 69.14 | - |
| YUV | 99.89 | 195.78 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 220 | 0.54 | 0.65 | 0 | 0.14 | 250.42 | 0.67 | 0.58 |
| Hex | 65 | 4C | DC | 36 | 41 | 0 | E | FA | 43 | 3A |
| Octal | 145 | 114 | 334 | 66 | 101 | 0 | 16 | 372 | 103 | 72 |
| Binary | 1100101 | 1001100 | 11011100 | 110110 | 1000001 | 0 | 1110 | 11111010 | 1000011 | 111010 |
Color Harmonies of #654CDC
Complementary color
Monochromatic Colors of #654CDC
Black with #654CDC
Text Example
Text Example
White with #654CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CDC; }
p { color: rgb(101,76,220); }
H1.HeaderClassName
{
color: #654CDC;
}
.AnyTagClassName
{
color: #654CDC;
}
</style>
background-color css
<style>
a { background-color: #654CDC; }
a { background-color: rgb(101,76,220); }
div.DivClassName
{
background-color: #654CDC;
}
.BgClassName
{
background-color: #654CDC;
}
</style>
border-color css
<style>
span { border-color: #654CDC; }
span { border-color: rgb(101,76,220); }
td.TdClassName
{
border-color: #654CDC;
}
.TagClassName
{
border-color: #654CDC;
}
</style>