Shades of Slate Blue #6C49CC
Tints of Slate Blue #6C49CC
RGB
CMYK
RGB Variations
Color information
#6C49CC (or 0x6C49CC) is known color: Slate Blue. HEX triplet: 6C, 49 and CC. RGB value is (108,73,204). Sum of RGB (Red+Green+Blue) = 108+73+204=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C49CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C49CC is #93B633. Grayscale: #616161. Windows color (decimal): -9680436 or 13388140. OLE color: 13388140.
HSL color Cylindrical-coordinate representation of color #6C49CC: hue angle of 256.03º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C49CC is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 73 | 204 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.2 |
| HSL | 256.03º | 0.56% | 0.54% | - |
| HSV(B) | 256.03º | 0.64% | 0.8% | - |
| XYZ | 19.47 | 12.31 | 58.48 | - |
| YUV | 98.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 204 | 0.47 | 0.64 | 0 | 0.2 | 256.03 | 0.56 | 0.54 |
| Hex | 6C | 49 | CC | 2F | 40 | 0 | 14 | 100 | 38 | 36 |
| Octal | 154 | 111 | 314 | 57 | 100 | 0 | 24 | 400 | 70 | 66 |
| Binary | 1101100 | 1001001 | 11001100 | 101111 | 1000000 | 0 | 10100 | 100000000 | 111000 | 110110 |
Color Harmonies of #6C49CC
Complementary color
Monochromatic Colors of #6C49CC
Black with #6C49CC
Text Example
Text Example
White with #6C49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C49CC; }
p { color: rgb(108,73,204); }
H1.HeaderClassName
{
color: #6C49CC;
}
.AnyTagClassName
{
color: #6C49CC;
}
</style>
background-color css
<style>
a { background-color: #6C49CC; }
a { background-color: rgb(108,73,204); }
div.DivClassName
{
background-color: #6C49CC;
}
.BgClassName
{
background-color: #6C49CC;
}
</style>
border-color css
<style>
span { border-color: #6C49CC; }
span { border-color: rgb(108,73,204); }
td.TdClassName
{
border-color: #6C49CC;
}
.TagClassName
{
border-color: #6C49CC;
}
</style>