Shades of Slate Blue #654ADA
Tints of Slate Blue #654ADA
RGB
CMYK
RGB Variations
Color information
#654ADA (or 0x654ADA) is known color: Slate Blue. HEX triplet: 65, 4A and DA. RGB value is (101,74,218). Sum of RGB (Red+Green+Blue) = 101+74+218=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #654ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654ADA is #9AB525. Grayscale: #616161. Windows color (decimal): -10138918 or 14305893. OLE color: 14305893.
HSL color Cylindrical-coordinate representation of color #654ADA: hue angle of 251.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654ADA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 74 | 218 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.15 |
| HSL | 251.25º | 0.66% | 0.57% | - |
| HSV(B) | 251.25º | 0.66% | 0.85% | - |
| XYZ | 20.47 | 12.73 | 67.71 | - |
| YUV | 98.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 218 | 0.54 | 0.66 | 0 | 0.15 | 251.25 | 0.66 | 0.57 |
| Hex | 65 | 4A | DA | 36 | 42 | 0 | F | FB | 42 | 39 |
| Octal | 145 | 112 | 332 | 66 | 102 | 0 | 17 | 373 | 102 | 71 |
| Binary | 1100101 | 1001010 | 11011010 | 110110 | 1000010 | 0 | 1111 | 11111011 | 1000010 | 111001 |
Color Harmonies of #654ADA
Complementary color
Monochromatic Colors of #654ADA
Black with #654ADA
Text Example
Text Example
White with #654ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654ADA; }
p { color: rgb(101,74,218); }
H1.HeaderClassName
{
color: #654ADA;
}
.AnyTagClassName
{
color: #654ADA;
}
</style>
background-color css
<style>
a { background-color: #654ADA; }
a { background-color: rgb(101,74,218); }
div.DivClassName
{
background-color: #654ADA;
}
.BgClassName
{
background-color: #654ADA;
}
</style>
border-color css
<style>
span { border-color: #654ADA; }
span { border-color: rgb(101,74,218); }
td.TdClassName
{
border-color: #654ADA;
}
.TagClassName
{
border-color: #654ADA;
}
</style>