Shades of Slate Blue #655CCB
Tints of Slate Blue #655CCB
RGB
CMYK
RGB Variations
Color information
#655CCB (or 0x655CCB) is known color: Slate Blue. HEX triplet: 65, 5C and CB. RGB value is (101,92,203). Sum of RGB (Red+Green+Blue) = 101+92+203=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #655CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CCB is #9AA334. Grayscale: #6A6A6A. Windows color (decimal): -10134325 or 13327461. OLE color: 13327461.
HSL color Cylindrical-coordinate representation of color #655CCB: hue angle of 244.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655CCB is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 92 | 203 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.20 |
| HSL | 244.86º | 0.52% | 0.58% | - |
| HSV(B) | 244.86º | 0.55% | 0.8% | - |
| XYZ | 19.97 | 14.73 | 58.29 | - |
| YUV | 107.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 203 | 0.50 | 0.55 | 0 | 0.20 | 244.86 | 0.52 | 0.58 |
| Hex | 65 | 5C | CB | 32 | 37 | 0 | 14 | F5 | 34 | 3A |
| Octal | 145 | 134 | 313 | 62 | 67 | 0 | 24 | 365 | 64 | 72 |
| Binary | 1100101 | 1011100 | 11001011 | 110010 | 110111 | 0 | 10100 | 11110101 | 110100 | 111010 |
Color Harmonies of #655CCB
Complementary color
Monochromatic Colors of #655CCB
Black with #655CCB
Text Example
Text Example
White with #655CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CCB; }
p { color: rgb(101,92,203); }
H1.HeaderClassName
{
color: #655CCB;
}
.AnyTagClassName
{
color: #655CCB;
}
</style>
background-color css
<style>
a { background-color: #655CCB; }
a { background-color: rgb(101,92,203); }
div.DivClassName
{
background-color: #655CCB;
}
.BgClassName
{
background-color: #655CCB;
}
</style>
border-color css
<style>
span { border-color: #655CCB; }
span { border-color: rgb(101,92,203); }
td.TdClassName
{
border-color: #655CCB;
}
.TagClassName
{
border-color: #655CCB;
}
</style>