Shades of Slate Blue #655FC5
Tints of Slate Blue #655FC5
RGB
CMYK
RGB Variations
Color information
#655FC5 (or 0x655FC5) is known color: Slate Blue. HEX triplet: 65, 5F and C5. RGB value is (101,95,197). Sum of RGB (Red+Green+Blue) = 101+95+197=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #655FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FC5 is #9AA03A. Grayscale: #6C6C6C. Windows color (decimal): -10133563 or 12935013. OLE color: 12935013.
HSL color Cylindrical-coordinate representation of color #655FC5: hue angle of 243.53º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655FC5 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 95 | 197 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.23 |
| HSL | 243.53º | 0.47% | 0.57% | - |
| HSV(B) | 243.53º | 0.52% | 0.77% | - |
| XYZ | 19.54 | 14.98 | 54.69 | - |
| YUV | 108.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 197 | 0.49 | 0.52 | 0 | 0.23 | 243.53 | 0.47 | 0.57 |
| Hex | 65 | 5F | C5 | 31 | 34 | 0 | 17 | F4 | 2F | 39 |
| Octal | 145 | 137 | 305 | 61 | 64 | 0 | 27 | 364 | 57 | 71 |
| Binary | 1100101 | 1011111 | 11000101 | 110001 | 110100 | 0 | 10111 | 11110100 | 101111 | 111001 |
Color Harmonies of #655FC5
Complementary color
Monochromatic Colors of #655FC5
Black with #655FC5
Text Example
Text Example
White with #655FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FC5; }
p { color: rgb(101,95,197); }
H1.HeaderClassName
{
color: #655FC5;
}
.AnyTagClassName
{
color: #655FC5;
}
</style>
background-color css
<style>
a { background-color: #655FC5; }
a { background-color: rgb(101,95,197); }
div.DivClassName
{
background-color: #655FC5;
}
.BgClassName
{
background-color: #655FC5;
}
</style>
border-color css
<style>
span { border-color: #655FC5; }
span { border-color: rgb(101,95,197); }
td.TdClassName
{
border-color: #655FC5;
}
.TagClassName
{
border-color: #655FC5;
}
</style>