Shades of Slate Blue #6149CA
Tints of Slate Blue #6149CA
RGB
CMYK
RGB Variations
Color information
#6149CA (or 0x6149CA) is known color: Slate Blue. HEX triplet: 61, 49 and CA. RGB value is (97,73,202). Sum of RGB (Red+Green+Blue) = 97+73+202=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #6149CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6149CA is #9EB635. Grayscale: #5E5E5E. Windows color (decimal): -10401334 or 13257057. OLE color: 13257057.
HSL color Cylindrical-coordinate representation of color #6149CA: hue angle of 251.16º 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 #6149CA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 73 | 202 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.21 |
| HSL | 251.16º | 0.55% | 0.54% | - |
| HSV(B) | 251.16º | 0.64% | 0.79% | - |
| XYZ | 17.97 | 11.57 | 57.16 | - |
| YUV | 94.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 202 | 0.52 | 0.64 | 0 | 0.21 | 251.16 | 0.55 | 0.54 |
| Hex | 61 | 49 | CA | 34 | 40 | 0 | 15 | FB | 37 | 36 |
| Octal | 141 | 111 | 312 | 64 | 100 | 0 | 25 | 373 | 67 | 66 |
| Binary | 1100001 | 1001001 | 11001010 | 110100 | 1000000 | 0 | 10101 | 11111011 | 110111 | 110110 |
Color Harmonies of #6149CA
Complementary color
Monochromatic Colors of #6149CA
Black with #6149CA
Text Example
Text Example
White with #6149CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6149CA; }
p { color: rgb(97,73,202); }
H1.HeaderClassName
{
color: #6149CA;
}
.AnyTagClassName
{
color: #6149CA;
}
</style>
background-color css
<style>
a { background-color: #6149CA; }
a { background-color: rgb(97,73,202); }
div.DivClassName
{
background-color: #6149CA;
}
.BgClassName
{
background-color: #6149CA;
}
</style>
border-color css
<style>
span { border-color: #6149CA; }
span { border-color: rgb(97,73,202); }
td.TdClassName
{
border-color: #6149CA;
}
.TagClassName
{
border-color: #6149CA;
}
</style>