Shades of Slate Blue #615CCC
Tints of Slate Blue #615CCC
RGB
CMYK
RGB Variations
Color information
#615CCC (or 0x615CCC) is known color: Slate Blue. HEX triplet: 61, 5C and CC. RGB value is (97,92,204). Sum of RGB (Red+Green+Blue) = 97+92+204=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #615CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CCC is #9EA333. Grayscale: #696969. Windows color (decimal): -10396468 or 13392993. OLE color: 13392993.
HSL color Cylindrical-coordinate representation of color #615CCC: hue angle of 242.68º 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 #615CCC is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 92 | 204 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.2 |
| HSL | 242.68º | 0.52% | 0.58% | - |
| HSV(B) | 242.68º | 0.55% | 0.8% | - |
| XYZ | 19.66 | 14.56 | 58.9 | - |
| YUV | 106.26 | 183.16 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 204 | 0.52 | 0.55 | 0 | 0.2 | 242.68 | 0.52 | 0.58 |
| Hex | 61 | 5C | CC | 34 | 37 | 0 | 14 | F3 | 34 | 3A |
| Octal | 141 | 134 | 314 | 64 | 67 | 0 | 24 | 363 | 64 | 72 |
| Binary | 1100001 | 1011100 | 11001100 | 110100 | 110111 | 0 | 10100 | 11110011 | 110100 | 111010 |
Color Harmonies of #615CCC
Complementary color
Monochromatic Colors of #615CCC
Black with #615CCC
Text Example
Text Example
White with #615CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615CCC; }
p { color: rgb(97,92,204); }
H1.HeaderClassName
{
color: #615CCC;
}
.AnyTagClassName
{
color: #615CCC;
}
</style>
background-color css
<style>
a { background-color: #615CCC; }
a { background-color: rgb(97,92,204); }
div.DivClassName
{
background-color: #615CCC;
}
.BgClassName
{
background-color: #615CCC;
}
</style>
border-color css
<style>
span { border-color: #615CCC; }
span { border-color: rgb(97,92,204); }
td.TdClassName
{
border-color: #615CCC;
}
.TagClassName
{
border-color: #615CCC;
}
</style>