Shades of Slate Blue #6C54C8
Tints of Slate Blue #6C54C8
RGB
CMYK
RGB Variations
Color information
#6C54C8 (or 0x6C54C8) is known color: Slate Blue. HEX triplet: 6C, 54 and C8. RGB value is (108,84,200). Sum of RGB (Red+Green+Blue) = 108+84+200=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C54C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C54C8 is #93AB37. Grayscale: #676767. Windows color (decimal): -9677624 or 13128812. OLE color: 13128812.
HSL color Cylindrical-coordinate representation of color #6C54C8: hue angle of 252.41º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C54C8 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 84 | 200 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.22 |
| HSL | 252.41º | 0.51% | 0.56% | - |
| HSV(B) | 252.41º | 0.58% | 0.78% | - |
| XYZ | 19.78 | 13.7 | 56.25 | - |
| YUV | 104.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 200 | 0.46 | 0.58 | 0 | 0.22 | 252.41 | 0.51 | 0.56 |
| Hex | 6C | 54 | C8 | 2E | 3A | 0 | 16 | FC | 33 | 38 |
| Octal | 154 | 124 | 310 | 56 | 72 | 0 | 26 | 374 | 63 | 70 |
| Binary | 1101100 | 1010100 | 11001000 | 101110 | 111010 | 0 | 10110 | 11111100 | 110011 | 111000 |
Color Harmonies of #6C54C8
Complementary color
Monochromatic Colors of #6C54C8
Black with #6C54C8
Text Example
Text Example
White with #6C54C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C54C8; }
p { color: rgb(108,84,200); }
H1.HeaderClassName
{
color: #6C54C8;
}
.AnyTagClassName
{
color: #6C54C8;
}
</style>
background-color css
<style>
a { background-color: #6C54C8; }
a { background-color: rgb(108,84,200); }
div.DivClassName
{
background-color: #6C54C8;
}
.BgClassName
{
background-color: #6C54C8;
}
</style>
border-color css
<style>
span { border-color: #6C54C8; }
span { border-color: rgb(108,84,200); }
td.TdClassName
{
border-color: #6C54C8;
}
.TagClassName
{
border-color: #6C54C8;
}
</style>