Shades of Slate Blue #655ADF
Tints of Slate Blue #655ADF
RGB
CMYK
RGB Variations
Color information
#655ADF (or 0x655ADF) is known color: Slate Blue. HEX triplet: 65, 5A and DF. RGB value is (101,90,223). Sum of RGB (Red+Green+Blue) = 101+90+223=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #655ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ADF is #9AA520. Grayscale: #6B6B6B. Windows color (decimal): -10134817 or 14637669. OLE color: 14637669.
HSL color Cylindrical-coordinate representation of color #655ADF: hue angle of 244.96º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #655ADF is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 90 | 223 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.13 |
| HSL | 244.96º | 0.68% | 0.61% | - |
| HSV(B) | 244.96º | 0.6% | 0.87% | - |
| XYZ | 22.34 | 15.41 | 71.61 | - |
| YUV | 108.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 223 | 0.55 | 0.60 | 0 | 0.13 | 244.96 | 0.68 | 0.61 |
| Hex | 65 | 5A | DF | 37 | 3C | 0 | D | F5 | 44 | 3D |
| Octal | 145 | 132 | 337 | 67 | 74 | 0 | 15 | 365 | 104 | 75 |
| Binary | 1100101 | 1011010 | 11011111 | 110111 | 111100 | 0 | 1101 | 11110101 | 1000100 | 111101 |
Color Harmonies of #655ADF
Complementary color
Monochromatic Colors of #655ADF
Black with #655ADF
Text Example
Text Example
White with #655ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ADF; }
p { color: rgb(101,90,223); }
H1.HeaderClassName
{
color: #655ADF;
}
.AnyTagClassName
{
color: #655ADF;
}
</style>
background-color css
<style>
a { background-color: #655ADF; }
a { background-color: rgb(101,90,223); }
div.DivClassName
{
background-color: #655ADF;
}
.BgClassName
{
background-color: #655ADF;
}
</style>
border-color css
<style>
span { border-color: #655ADF; }
span { border-color: rgb(101,90,223); }
td.TdClassName
{
border-color: #655ADF;
}
.TagClassName
{
border-color: #655ADF;
}
</style>