Shades of Slate Blue #655FCD
Tints of Slate Blue #655FCD
RGB
CMYK
RGB Variations
Color information
#655FCD (or 0x655FCD) is known color: Slate Blue. HEX triplet: 65, 5F and CD. RGB value is (101,95,205). Sum of RGB (Red+Green+Blue) = 101+95+205=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #655FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FCD is #9AA032. Grayscale: #6C6C6C. Windows color (decimal): -10133555 or 13459301. OLE color: 13459301.
HSL color Cylindrical-coordinate representation of color #655FCD: hue angle of 243.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655FCD is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 95 | 205 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.20 |
| HSL | 243.27º | 0.52% | 0.59% | - |
| HSV(B) | 243.27º | 0.54% | 0.8% | - |
| XYZ | 20.48 | 15.36 | 59.64 | - |
| YUV | 109.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 205 | 0.51 | 0.54 | 0 | 0.20 | 243.27 | 0.52 | 0.59 |
| Hex | 65 | 5F | CD | 33 | 36 | 0 | 14 | F3 | 34 | 3B |
| Octal | 145 | 137 | 315 | 63 | 66 | 0 | 24 | 363 | 64 | 73 |
| Binary | 1100101 | 1011111 | 11001101 | 110011 | 110110 | 0 | 10100 | 11110011 | 110100 | 111011 |
Color Harmonies of #655FCD
Complementary color
Monochromatic Colors of #655FCD
Black with #655FCD
Text Example
Text Example
White with #655FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FCD; }
p { color: rgb(101,95,205); }
H1.HeaderClassName
{
color: #655FCD;
}
.AnyTagClassName
{
color: #655FCD;
}
</style>
background-color css
<style>
a { background-color: #655FCD; }
a { background-color: rgb(101,95,205); }
div.DivClassName
{
background-color: #655FCD;
}
.BgClassName
{
background-color: #655FCD;
}
</style>
border-color css
<style>
span { border-color: #655FCD; }
span { border-color: rgb(101,95,205); }
td.TdClassName
{
border-color: #655FCD;
}
.TagClassName
{
border-color: #655FCD;
}
</style>