Shades of Slate Blue #655BC0
Tints of Slate Blue #655BC0
RGB
CMYK
RGB Variations
Color information
#655BC0 (or 0x655BC0) is known color: Slate Blue. HEX triplet: 65, 5B and C0. RGB value is (101,91,192). Sum of RGB (Red+Green+Blue) = 101+91+192=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #655BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BC0 is #9AA43F. Grayscale: #696969. Windows color (decimal): -10134592 or 12606309. OLE color: 12606309.
HSL color Cylindrical-coordinate representation of color #655BC0: hue angle of 245.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #655BC0 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 91 | 192 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.25 |
| HSL | 245.94º | 0.44% | 0.55% | - |
| HSV(B) | 245.94º | 0.53% | 0.75% | - |
| XYZ | 18.62 | 14.05 | 51.6 | - |
| YUV | 105.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 192 | 0.47 | 0.53 | 0 | 0.25 | 245.94 | 0.44 | 0.55 |
| Hex | 65 | 5B | C0 | 2F | 35 | 0 | 19 | F6 | 2C | 37 |
| Octal | 145 | 133 | 300 | 57 | 65 | 0 | 31 | 366 | 54 | 67 |
| Binary | 1100101 | 1011011 | 11000000 | 101111 | 110101 | 0 | 11001 | 11110110 | 101100 | 110111 |
Color Harmonies of #655BC0
Complementary color
Monochromatic Colors of #655BC0
Black with #655BC0
Text Example
Text Example
White with #655BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BC0; }
p { color: rgb(101,91,192); }
H1.HeaderClassName
{
color: #655BC0;
}
.AnyTagClassName
{
color: #655BC0;
}
</style>
background-color css
<style>
a { background-color: #655BC0; }
a { background-color: rgb(101,91,192); }
div.DivClassName
{
background-color: #655BC0;
}
.BgClassName
{
background-color: #655BC0;
}
</style>
border-color css
<style>
span { border-color: #655BC0; }
span { border-color: rgb(101,91,192); }
td.TdClassName
{
border-color: #655BC0;
}
.TagClassName
{
border-color: #655BC0;
}
</style>