Shades of Slate Blue #655ADC
Tints of Slate Blue #655ADC
RGB
CMYK
RGB Variations
Color information
#655ADC (or 0x655ADC) is known color: Slate Blue. HEX triplet: 65, 5A and DC. RGB value is (101,90,220). Sum of RGB (Red+Green+Blue) = 101+90+220=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #655ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ADC is #9AA523. Grayscale: #6B6B6B. Windows color (decimal): -10134820 or 14441061. OLE color: 14441061.
HSL color Cylindrical-coordinate representation of color #655ADC: hue angle of 245.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #655ADC is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 90 | 220 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.14 |
| HSL | 245.08º | 0.65% | 0.61% | - |
| HSV(B) | 245.08º | 0.59% | 0.86% | - |
| XYZ | 21.94 | 15.25 | 69.5 | - |
| YUV | 108.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 220 | 0.54 | 0.59 | 0 | 0.14 | 245.08 | 0.65 | 0.61 |
| Hex | 65 | 5A | DC | 36 | 3B | 0 | E | F5 | 41 | 3D |
| Octal | 145 | 132 | 334 | 66 | 73 | 0 | 16 | 365 | 101 | 75 |
| Binary | 1100101 | 1011010 | 11011100 | 110110 | 111011 | 0 | 1110 | 11110101 | 1000001 | 111101 |
Color Harmonies of #655ADC
Complementary color
Monochromatic Colors of #655ADC
Black with #655ADC
Text Example
Text Example
White with #655ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ADC; }
p { color: rgb(101,90,220); }
H1.HeaderClassName
{
color: #655ADC;
}
.AnyTagClassName
{
color: #655ADC;
}
</style>
background-color css
<style>
a { background-color: #655ADC; }
a { background-color: rgb(101,90,220); }
div.DivClassName
{
background-color: #655ADC;
}
.BgClassName
{
background-color: #655ADC;
}
</style>
border-color css
<style>
span { border-color: #655ADC; }
span { border-color: rgb(101,90,220); }
td.TdClassName
{
border-color: #655ADC;
}
.TagClassName
{
border-color: #655ADC;
}
</style>