Shades of Slate Blue #6146C4
Tints of Slate Blue #6146C4
RGB
CMYK
RGB Variations
Color information
#6146C4 (or 0x6146C4) is known color: Slate Blue. HEX triplet: 61, 46 and C4. RGB value is (97,70,196). Sum of RGB (Red+Green+Blue) = 97+70+196=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #6146C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6146C4 is #9EB93B. Grayscale: #5B5B5B. Windows color (decimal): -10402108 or 12863073. OLE color: 12863073.
HSL color Cylindrical-coordinate representation of color #6146C4: hue angle of 252.86º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6146C4 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 70 | 196 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.23 |
| HSL | 252.86º | 0.52% | 0.52% | - |
| HSV(B) | 252.86º | 0.64% | 0.77% | - |
| XYZ | 17.08 | 10.91 | 53.43 | - |
| YUV | 92.44 | 186.45 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 196 | 0.51 | 0.64 | 0 | 0.23 | 252.86 | 0.52 | 0.52 |
| Hex | 61 | 46 | C4 | 33 | 40 | 0 | 17 | FD | 34 | 34 |
| Octal | 141 | 106 | 304 | 63 | 100 | 0 | 27 | 375 | 64 | 64 |
| Binary | 1100001 | 1000110 | 11000100 | 110011 | 1000000 | 0 | 10111 | 11111101 | 110100 | 110100 |
Color Harmonies of #6146C4
Complementary color
Monochromatic Colors of #6146C4
Black with #6146C4
Text Example
Text Example
White with #6146C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6146C4; }
p { color: rgb(97,70,196); }
H1.HeaderClassName
{
color: #6146C4;
}
.AnyTagClassName
{
color: #6146C4;
}
</style>
background-color css
<style>
a { background-color: #6146C4; }
a { background-color: rgb(97,70,196); }
div.DivClassName
{
background-color: #6146C4;
}
.BgClassName
{
background-color: #6146C4;
}
</style>
border-color css
<style>
span { border-color: #6146C4; }
span { border-color: rgb(97,70,196); }
td.TdClassName
{
border-color: #6146C4;
}
.TagClassName
{
border-color: #6146C4;
}
</style>