Shades of Slate Blue #615BCB
Tints of Slate Blue #615BCB
RGB
CMYK
RGB Variations
Color information
#615BCB (or 0x615BCB) is known color: Slate Blue. HEX triplet: 61, 5B and CB. RGB value is (97,91,203). Sum of RGB (Red+Green+Blue) = 97+91+203=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #615BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BCB is #9EA434. Grayscale: #696969. Windows color (decimal): -10396725 or 13327201. OLE color: 13327201.
HSL color Cylindrical-coordinate representation of color #615BCB: hue angle of 243.21º 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 #615BCB is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 91 | 203 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.20 |
| HSL | 243.21º | 0.52% | 0.58% | - |
| HSV(B) | 243.21º | 0.55% | 0.8% | - |
| XYZ | 19.45 | 14.34 | 58.24 | - |
| YUV | 105.56 | 182.99 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 203 | 0.52 | 0.55 | 0 | 0.20 | 243.21 | 0.52 | 0.58 |
| Hex | 61 | 5B | CB | 34 | 37 | 0 | 14 | F3 | 34 | 3A |
| Octal | 141 | 133 | 313 | 64 | 67 | 0 | 24 | 363 | 64 | 72 |
| Binary | 1100001 | 1011011 | 11001011 | 110100 | 110111 | 0 | 10100 | 11110011 | 110100 | 111010 |
Color Harmonies of #615BCB
Complementary color
Monochromatic Colors of #615BCB
Black with #615BCB
Text Example
Text Example
White with #615BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615BCB; }
p { color: rgb(97,91,203); }
H1.HeaderClassName
{
color: #615BCB;
}
.AnyTagClassName
{
color: #615BCB;
}
</style>
background-color css
<style>
a { background-color: #615BCB; }
a { background-color: rgb(97,91,203); }
div.DivClassName
{
background-color: #615BCB;
}
.BgClassName
{
background-color: #615BCB;
}
</style>
border-color css
<style>
span { border-color: #615BCB; }
span { border-color: rgb(97,91,203); }
td.TdClassName
{
border-color: #615BCB;
}
.TagClassName
{
border-color: #615BCB;
}
</style>