Shades of Slate Blue #6C49CA
Tints of Slate Blue #6C49CA
RGB
CMYK
RGB Variations
Color information
#6C49CA (or 0x6C49CA) is known color: Slate Blue. HEX triplet: 6C, 49 and CA. RGB value is (108,73,202). Sum of RGB (Red+Green+Blue) = 108+73+202=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C49CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C49CA is #93B635. Grayscale: #616161. Windows color (decimal): -9680438 or 13257068. OLE color: 13257068.
HSL color Cylindrical-coordinate representation of color #6C49CA: hue angle of 256.28º 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 #6C49CA is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 73 | 202 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.21 |
| HSL | 256.28º | 0.55% | 0.54% | - |
| HSV(B) | 256.28º | 0.64% | 0.79% | - |
| XYZ | 19.23 | 12.22 | 57.22 | - |
| YUV | 98.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 202 | 0.47 | 0.64 | 0 | 0.21 | 256.28 | 0.55 | 0.54 |
| Hex | 6C | 49 | CA | 2F | 40 | 0 | 15 | 100 | 37 | 36 |
| Octal | 154 | 111 | 312 | 57 | 100 | 0 | 25 | 400 | 67 | 66 |
| Binary | 1101100 | 1001001 | 11001010 | 101111 | 1000000 | 0 | 10101 | 100000000 | 110111 | 110110 |
Color Harmonies of #6C49CA
Complementary color
Monochromatic Colors of #6C49CA
Black with #6C49CA
Text Example
Text Example
White with #6C49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C49CA; }
p { color: rgb(108,73,202); }
H1.HeaderClassName
{
color: #6C49CA;
}
.AnyTagClassName
{
color: #6C49CA;
}
</style>
background-color css
<style>
a { background-color: #6C49CA; }
a { background-color: rgb(108,73,202); }
div.DivClassName
{
background-color: #6C49CA;
}
.BgClassName
{
background-color: #6C49CA;
}
</style>
border-color css
<style>
span { border-color: #6C49CA; }
span { border-color: rgb(108,73,202); }
td.TdClassName
{
border-color: #6C49CA;
}
.TagClassName
{
border-color: #6C49CA;
}
</style>