Shades of Slate Blue #6B4CDF
Tints of Slate Blue #6B4CDF
RGB
CMYK
RGB Variations
Color information
#6B4CDF (or 0x6B4CDF) is known color: Slate Blue. HEX triplet: 6B, 4C and DF. RGB value is (107,76,223). Sum of RGB (Red+Green+Blue) = 107+76+223=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4CDF is #94B320. Grayscale: #656565. Windows color (decimal): -9745185 or 14634091. OLE color: 14634091.
HSL color Cylindrical-coordinate representation of color #6B4CDF: hue angle of 252.65º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B4CDF is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 76 | 223 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.13 |
| HSL | 252.65º | 0.7% | 0.59% | - |
| HSV(B) | 252.65º | 0.66% | 0.87% | - |
| XYZ | 21.97 | 13.62 | 71.28 | - |
| YUV | 102.03 | 196.27 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 223 | 0.52 | 0.66 | 0 | 0.13 | 252.65 | 0.7 | 0.59 |
| Hex | 6B | 4C | DF | 34 | 42 | 0 | D | FD | 46 | 3B |
| Octal | 153 | 114 | 337 | 64 | 102 | 0 | 15 | 375 | 106 | 73 |
| Binary | 1101011 | 1001100 | 11011111 | 110100 | 1000010 | 0 | 1101 | 11111101 | 1000110 | 111011 |
Color Harmonies of #6B4CDF
Complementary color
Monochromatic Colors of #6B4CDF
Black with #6B4CDF
Text Example
Text Example
White with #6B4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4CDF; }
p { color: rgb(107,76,223); }
H1.HeaderClassName
{
color: #6B4CDF;
}
.AnyTagClassName
{
color: #6B4CDF;
}
</style>
background-color css
<style>
a { background-color: #6B4CDF; }
a { background-color: rgb(107,76,223); }
div.DivClassName
{
background-color: #6B4CDF;
}
.BgClassName
{
background-color: #6B4CDF;
}
</style>
border-color css
<style>
span { border-color: #6B4CDF; }
span { border-color: rgb(107,76,223); }
td.TdClassName
{
border-color: #6B4CDF;
}
.TagClassName
{
border-color: #6B4CDF;
}
</style>