Shades of Slate Blue #655CC6
Tints of Slate Blue #655CC6
RGB
CMYK
RGB Variations
Color information
#655CC6 (or 0x655CC6) is known color: Slate Blue. HEX triplet: 65, 5C and C6. RGB value is (101,92,198). Sum of RGB (Red+Green+Blue) = 101+92+198=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #655CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CC6 is #9AA339. Grayscale: #6A6A6A. Windows color (decimal): -10134330 or 12999781. OLE color: 12999781.
HSL color Cylindrical-coordinate representation of color #655CC6: hue angle of 245.09º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655CC6 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 92 | 198 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.22 |
| HSL | 245.09º | 0.48% | 0.57% | - |
| HSV(B) | 245.09º | 0.54% | 0.78% | - |
| XYZ | 19.39 | 14.5 | 55.2 | - |
| YUV | 106.78 | 179.48 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 198 | 0.49 | 0.54 | 0 | 0.22 | 245.09 | 0.48 | 0.57 |
| Hex | 65 | 5C | C6 | 31 | 36 | 0 | 16 | F5 | 30 | 39 |
| Octal | 145 | 134 | 306 | 61 | 66 | 0 | 26 | 365 | 60 | 71 |
| Binary | 1100101 | 1011100 | 11000110 | 110001 | 110110 | 0 | 10110 | 11110101 | 110000 | 111001 |
Color Harmonies of #655CC6
Complementary color
Monochromatic Colors of #655CC6
Black with #655CC6
Text Example
Text Example
White with #655CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CC6; }
p { color: rgb(101,92,198); }
H1.HeaderClassName
{
color: #655CC6;
}
.AnyTagClassName
{
color: #655CC6;
}
</style>
background-color css
<style>
a { background-color: #655CC6; }
a { background-color: rgb(101,92,198); }
div.DivClassName
{
background-color: #655CC6;
}
.BgClassName
{
background-color: #655CC6;
}
</style>
border-color css
<style>
span { border-color: #655CC6; }
span { border-color: rgb(101,92,198); }
td.TdClassName
{
border-color: #655CC6;
}
.TagClassName
{
border-color: #655CC6;
}
</style>