Shades of Slate Blue #6C55D7
Tints of Slate Blue #6C55D7
RGB
CMYK
RGB Variations
Color information
#6C55D7 (or 0x6C55D7) is known color: Slate Blue. HEX triplet: 6C, 55 and D7. RGB value is (108,85,215). Sum of RGB (Red+Green+Blue) = 108+85+215=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #6C55D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C55D7 is #93AA28. Grayscale: #6A6A6A. Windows color (decimal): -9677353 or 14112108. OLE color: 14112108.
HSL color Cylindrical-coordinate representation of color #6C55D7: hue angle of 250.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C55D7 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 85 | 215 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.16 |
| HSL | 250.62º | 0.62% | 0.59% | - |
| HSV(B) | 250.62º | 0.6% | 0.84% | - |
| XYZ | 21.7 | 14.59 | 65.96 | - |
| YUV | 106.7 | 189.12 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 215 | 0.50 | 0.60 | 0 | 0.16 | 250.62 | 0.62 | 0.59 |
| Hex | 6C | 55 | D7 | 32 | 3C | 0 | 10 | FB | 3E | 3B |
| Octal | 154 | 125 | 327 | 62 | 74 | 0 | 20 | 373 | 76 | 73 |
| Binary | 1101100 | 1010101 | 11010111 | 110010 | 111100 | 0 | 10000 | 11111011 | 111110 | 111011 |
Color Harmonies of #6C55D7
Complementary color
Monochromatic Colors of #6C55D7
Black with #6C55D7
Text Example
Text Example
White with #6C55D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C55D7; }
p { color: rgb(108,85,215); }
H1.HeaderClassName
{
color: #6C55D7;
}
.AnyTagClassName
{
color: #6C55D7;
}
</style>
background-color css
<style>
a { background-color: #6C55D7; }
a { background-color: rgb(108,85,215); }
div.DivClassName
{
background-color: #6C55D7;
}
.BgClassName
{
background-color: #6C55D7;
}
</style>
border-color css
<style>
span { border-color: #6C55D7; }
span { border-color: rgb(108,85,215); }
td.TdClassName
{
border-color: #6C55D7;
}
.TagClassName
{
border-color: #6C55D7;
}
</style>