Shades of Slate Blue #655FCB
Tints of Slate Blue #655FCB
RGB
CMYK
RGB Variations
Color information
#655FCB (or 0x655FCB) is known color: Slate Blue. HEX triplet: 65, 5F and CB. RGB value is (101,95,203). Sum of RGB (Red+Green+Blue) = 101+95+203=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #655FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FCB is #9AA034. Grayscale: #6C6C6C. Windows color (decimal): -10133557 or 13328229. OLE color: 13328229.
HSL color Cylindrical-coordinate representation of color #655FCB: hue angle of 243.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #655FCB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 95 | 203 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.20 |
| HSL | 243.33º | 0.51% | 0.58% | - |
| HSV(B) | 243.33º | 0.53% | 0.8% | - |
| XYZ | 20.24 | 15.26 | 58.38 | - |
| YUV | 109.11 | 180.99 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 203 | 0.50 | 0.53 | 0 | 0.20 | 243.33 | 0.51 | 0.58 |
| Hex | 65 | 5F | CB | 32 | 35 | 0 | 14 | F3 | 33 | 3A |
| Octal | 145 | 137 | 313 | 62 | 65 | 0 | 24 | 363 | 63 | 72 |
| Binary | 1100101 | 1011111 | 11001011 | 110010 | 110101 | 0 | 10100 | 11110011 | 110011 | 111010 |
Color Harmonies of #655FCB
Complementary color
Monochromatic Colors of #655FCB
Black with #655FCB
Text Example
Text Example
White with #655FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FCB; }
p { color: rgb(101,95,203); }
H1.HeaderClassName
{
color: #655FCB;
}
.AnyTagClassName
{
color: #655FCB;
}
</style>
background-color css
<style>
a { background-color: #655FCB; }
a { background-color: rgb(101,95,203); }
div.DivClassName
{
background-color: #655FCB;
}
.BgClassName
{
background-color: #655FCB;
}
</style>
border-color css
<style>
span { border-color: #655FCB; }
span { border-color: rgb(101,95,203); }
td.TdClassName
{
border-color: #655FCB;
}
.TagClassName
{
border-color: #655FCB;
}
</style>