Shades of Slate Blue #6C54CE
Tints of Slate Blue #6C54CE
RGB
CMYK
RGB Variations
Color information
#6C54CE (or 0x6C54CE) is known color: Slate Blue. HEX triplet: 6C, 54 and CE. RGB value is (108,84,206). Sum of RGB (Red+Green+Blue) = 108+84+206=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C54CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C54CE is #93AB31. Grayscale: #686868. Windows color (decimal): -9677618 or 13522028. OLE color: 13522028.
HSL color Cylindrical-coordinate representation of color #6C54CE: hue angle of 251.8º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C54CE is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 84 | 206 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.19 |
| HSL | 251.8º | 0.55% | 0.57% | - |
| HSV(B) | 251.8º | 0.59% | 0.81% | - |
| XYZ | 20.5 | 13.99 | 60.01 | - |
| YUV | 105.08 | 184.95 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 206 | 0.48 | 0.59 | 0 | 0.19 | 251.8 | 0.55 | 0.57 |
| Hex | 6C | 54 | CE | 30 | 3B | 0 | 13 | FC | 37 | 39 |
| Octal | 154 | 124 | 316 | 60 | 73 | 0 | 23 | 374 | 67 | 71 |
| Binary | 1101100 | 1010100 | 11001110 | 110000 | 111011 | 0 | 10011 | 11111100 | 110111 | 111001 |
Color Harmonies of #6C54CE
Complementary color
Monochromatic Colors of #6C54CE
Black with #6C54CE
Text Example
Text Example
White with #6C54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C54CE; }
p { color: rgb(108,84,206); }
H1.HeaderClassName
{
color: #6C54CE;
}
.AnyTagClassName
{
color: #6C54CE;
}
</style>
background-color css
<style>
a { background-color: #6C54CE; }
a { background-color: rgb(108,84,206); }
div.DivClassName
{
background-color: #6C54CE;
}
.BgClassName
{
background-color: #6C54CE;
}
</style>
border-color css
<style>
span { border-color: #6C54CE; }
span { border-color: rgb(108,84,206); }
td.TdClassName
{
border-color: #6C54CE;
}
.TagClassName
{
border-color: #6C54CE;
}
</style>