Shades of Slate Blue #6148CA
Tints of Slate Blue #6148CA
RGB
CMYK
RGB Variations
Color information
#6148CA (or 0x6148CA) is known color: Slate Blue. HEX triplet: 61, 48 and CA. RGB value is (97,72,202). Sum of RGB (Red+Green+Blue) = 97+72+202=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #6148CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6148CA is #9EB735. Grayscale: #5D5D5D. Windows color (decimal): -10401590 or 13256801. OLE color: 13256801.
HSL color Cylindrical-coordinate representation of color #6148CA: hue angle of 251.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6148CA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 72 | 202 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.21 |
| HSL | 251.54º | 0.55% | 0.54% | - |
| HSV(B) | 251.54º | 0.64% | 0.79% | - |
| XYZ | 17.91 | 11.44 | 57.14 | - |
| YUV | 94.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 202 | 0.52 | 0.64 | 0 | 0.21 | 251.54 | 0.55 | 0.54 |
| Hex | 61 | 48 | CA | 34 | 40 | 0 | 15 | FC | 37 | 36 |
| Octal | 141 | 110 | 312 | 64 | 100 | 0 | 25 | 374 | 67 | 66 |
| Binary | 1100001 | 1001000 | 11001010 | 110100 | 1000000 | 0 | 10101 | 11111100 | 110111 | 110110 |
Color Harmonies of #6148CA
Complementary color
Monochromatic Colors of #6148CA
Black with #6148CA
Text Example
Text Example
White with #6148CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6148CA; }
p { color: rgb(97,72,202); }
H1.HeaderClassName
{
color: #6148CA;
}
.AnyTagClassName
{
color: #6148CA;
}
</style>
background-color css
<style>
a { background-color: #6148CA; }
a { background-color: rgb(97,72,202); }
div.DivClassName
{
background-color: #6148CA;
}
.BgClassName
{
background-color: #6148CA;
}
</style>
border-color css
<style>
span { border-color: #6148CA; }
span { border-color: rgb(97,72,202); }
td.TdClassName
{
border-color: #6148CA;
}
.TagClassName
{
border-color: #6148CA;
}
</style>