Shades of Slate Blue #655AC0
Tints of Slate Blue #655AC0
RGB
CMYK
RGB Variations
Color information
#655AC0 (or 0x655AC0) is known color: Slate Blue. HEX triplet: 65, 5A and C0. RGB value is (101,90,192). Sum of RGB (Red+Green+Blue) = 101+90+192=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #655AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AC0 is #9AA53F. Grayscale: #686868. Windows color (decimal): -10134848 or 12606053. OLE color: 12606053.
HSL color Cylindrical-coordinate representation of color #655AC0: hue angle of 246.47º degrees, saturation: 0.45, 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 #655AC0 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 90 | 192 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.25 |
| HSL | 246.47º | 0.45% | 0.55% | - |
| HSV(B) | 246.47º | 0.53% | 0.75% | - |
| XYZ | 18.54 | 13.88 | 51.57 | - |
| YUV | 104.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 192 | 0.47 | 0.53 | 0 | 0.25 | 246.47 | 0.45 | 0.55 |
| Hex | 65 | 5A | C0 | 2F | 35 | 0 | 19 | F6 | 2D | 37 |
| Octal | 145 | 132 | 300 | 57 | 65 | 0 | 31 | 366 | 55 | 67 |
| Binary | 1100101 | 1011010 | 11000000 | 101111 | 110101 | 0 | 11001 | 11110110 | 101101 | 110111 |
Color Harmonies of #655AC0
Complementary color
Monochromatic Colors of #655AC0
Black with #655AC0
Text Example
Text Example
White with #655AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AC0; }
p { color: rgb(101,90,192); }
H1.HeaderClassName
{
color: #655AC0;
}
.AnyTagClassName
{
color: #655AC0;
}
</style>
background-color css
<style>
a { background-color: #655AC0; }
a { background-color: rgb(101,90,192); }
div.DivClassName
{
background-color: #655AC0;
}
.BgClassName
{
background-color: #655AC0;
}
</style>
border-color css
<style>
span { border-color: #655AC0; }
span { border-color: rgb(101,90,192); }
td.TdClassName
{
border-color: #655AC0;
}
.TagClassName
{
border-color: #655AC0;
}
</style>