Shades of Slate Blue #654BDA
Tints of Slate Blue #654BDA
RGB
CMYK
RGB Variations
Color information
#654BDA (or 0x654BDA) is known color: Slate Blue. HEX triplet: 65, 4B and DA. RGB value is (101,75,218). Sum of RGB (Red+Green+Blue) = 101+75+218=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #654BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BDA is #9AB425. Grayscale: #626262. Windows color (decimal): -10138662 or 14306149. OLE color: 14306149.
HSL color Cylindrical-coordinate representation of color #654BDA: hue angle of 250.91º 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 #654BDA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 75 | 218 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.15 |
| HSL | 250.91º | 0.66% | 0.57% | - |
| HSV(B) | 250.91º | 0.66% | 0.85% | - |
| XYZ | 20.54 | 12.86 | 67.73 | - |
| YUV | 99.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 218 | 0.54 | 0.66 | 0 | 0.15 | 250.91 | 0.66 | 0.57 |
| Hex | 65 | 4B | DA | 36 | 42 | 0 | F | FB | 42 | 39 |
| Octal | 145 | 113 | 332 | 66 | 102 | 0 | 17 | 373 | 102 | 71 |
| Binary | 1100101 | 1001011 | 11011010 | 110110 | 1000010 | 0 | 1111 | 11111011 | 1000010 | 111001 |
Color Harmonies of #654BDA
Complementary color
Monochromatic Colors of #654BDA
Black with #654BDA
Text Example
Text Example
White with #654BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BDA; }
p { color: rgb(101,75,218); }
H1.HeaderClassName
{
color: #654BDA;
}
.AnyTagClassName
{
color: #654BDA;
}
</style>
background-color css
<style>
a { background-color: #654BDA; }
a { background-color: rgb(101,75,218); }
div.DivClassName
{
background-color: #654BDA;
}
.BgClassName
{
background-color: #654BDA;
}
</style>
border-color css
<style>
span { border-color: #654BDA; }
span { border-color: rgb(101,75,218); }
td.TdClassName
{
border-color: #654BDA;
}
.TagClassName
{
border-color: #654BDA;
}
</style>