Shades of Slate Blue #6C55D1
Tints of Slate Blue #6C55D1
RGB
CMYK
RGB Variations
Color information
#6C55D1 (or 0x6C55D1) is known color: Slate Blue. HEX triplet: 6C, 55 and D1. RGB value is (108,85,209). Sum of RGB (Red+Green+Blue) = 108+85+209=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #6C55D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C55D1 is #93AA2E. Grayscale: #696969. Windows color (decimal): -9677359 or 13718892. OLE color: 13718892.
HSL color Cylindrical-coordinate representation of color #6C55D1: hue angle of 251.13º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C55D1 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 85 | 209 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.18 |
| HSL | 251.13º | 0.57% | 0.58% | - |
| HSV(B) | 251.13º | 0.59% | 0.82% | - |
| XYZ | 20.94 | 14.29 | 61.98 | - |
| YUV | 106.01 | 186.12 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 209 | 0.48 | 0.59 | 0 | 0.18 | 251.13 | 0.57 | 0.58 |
| Hex | 6C | 55 | D1 | 30 | 3B | 0 | 12 | FB | 39 | 3A |
| Octal | 154 | 125 | 321 | 60 | 73 | 0 | 22 | 373 | 71 | 72 |
| Binary | 1101100 | 1010101 | 11010001 | 110000 | 111011 | 0 | 10010 | 11111011 | 111001 | 111010 |
Color Harmonies of #6C55D1
Complementary color
Monochromatic Colors of #6C55D1
Black with #6C55D1
Text Example
Text Example
White with #6C55D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C55D1; }
p { color: rgb(108,85,209); }
H1.HeaderClassName
{
color: #6C55D1;
}
.AnyTagClassName
{
color: #6C55D1;
}
</style>
background-color css
<style>
a { background-color: #6C55D1; }
a { background-color: rgb(108,85,209); }
div.DivClassName
{
background-color: #6C55D1;
}
.BgClassName
{
background-color: #6C55D1;
}
</style>
border-color css
<style>
span { border-color: #6C55D1; }
span { border-color: rgb(108,85,209); }
td.TdClassName
{
border-color: #6C55D1;
}
.TagClassName
{
border-color: #6C55D1;
}
</style>