Shades of Slate Blue #6C54DC
Tints of Slate Blue #6C54DC
RGB
CMYK
RGB Variations
Color information
#6C54DC (or 0x6C54DC) is known color: Slate Blue. HEX triplet: 6C, 54 and DC. RGB value is (108,84,220). Sum of RGB (Red+Green+Blue) = 108+84+220=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C54DC is #93AB23. Grayscale: #6A6A6A. Windows color (decimal): -9677604 or 14439532. OLE color: 14439532.
HSL color Cylindrical-coordinate representation of color #6C54DC: hue angle of 250.59º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C54DC is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 84 | 220 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.14 |
| HSL | 250.59º | 0.66% | 0.6% | - |
| HSV(B) | 250.59º | 0.62% | 0.86% | - |
| XYZ | 22.27 | 14.7 | 69.37 | - |
| YUV | 106.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 220 | 0.51 | 0.62 | 0 | 0.14 | 250.59 | 0.66 | 0.6 |
| Hex | 6C | 54 | DC | 33 | 3E | 0 | E | FB | 42 | 3C |
| Octal | 154 | 124 | 334 | 63 | 76 | 0 | 16 | 373 | 102 | 74 |
| Binary | 1101100 | 1010100 | 11011100 | 110011 | 111110 | 0 | 1110 | 11111011 | 1000010 | 111100 |
Color Harmonies of #6C54DC
Complementary color
Monochromatic Colors of #6C54DC
Black with #6C54DC
Text Example
Text Example
White with #6C54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C54DC; }
p { color: rgb(108,84,220); }
H1.HeaderClassName
{
color: #6C54DC;
}
.AnyTagClassName
{
color: #6C54DC;
}
</style>
background-color css
<style>
a { background-color: #6C54DC; }
a { background-color: rgb(108,84,220); }
div.DivClassName
{
background-color: #6C54DC;
}
.BgClassName
{
background-color: #6C54DC;
}
</style>
border-color css
<style>
span { border-color: #6C54DC; }
span { border-color: rgb(108,84,220); }
td.TdClassName
{
border-color: #6C54DC;
}
.TagClassName
{
border-color: #6C54DC;
}
</style>