Shades of Slate Blue #6B5BDC
Tints of Slate Blue #6B5BDC
RGB
CMYK
RGB Variations
Color information
#6B5BDC (or 0x6B5BDC) is known color: Slate Blue. HEX triplet: 6B, 5B and DC. RGB value is (107,91,220). Sum of RGB (Red+Green+Blue) = 107+91+220=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BDC is #94A423. Grayscale: #6D6D6D. Windows color (decimal): -9741348 or 14441323. OLE color: 14441323.
HSL color Cylindrical-coordinate representation of color #6B5BDC: hue angle of 247.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B5BDC is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 91 | 220 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.14 |
| HSL | 247.44º | 0.65% | 0.61% | - |
| HSV(B) | 247.44º | 0.59% | 0.86% | - |
| XYZ | 22.72 | 15.78 | 69.56 | - |
| YUV | 110.49 | 189.8 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 220 | 0.51 | 0.59 | 0 | 0.14 | 247.44 | 0.65 | 0.61 |
| Hex | 6B | 5B | DC | 33 | 3B | 0 | E | F7 | 41 | 3D |
| Octal | 153 | 133 | 334 | 63 | 73 | 0 | 16 | 367 | 101 | 75 |
| Binary | 1101011 | 1011011 | 11011100 | 110011 | 111011 | 0 | 1110 | 11110111 | 1000001 | 111101 |
Color Harmonies of #6B5BDC
Complementary color
Monochromatic Colors of #6B5BDC
Black with #6B5BDC
Text Example
Text Example
White with #6B5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BDC; }
p { color: rgb(107,91,220); }
H1.HeaderClassName
{
color: #6B5BDC;
}
.AnyTagClassName
{
color: #6B5BDC;
}
</style>
background-color css
<style>
a { background-color: #6B5BDC; }
a { background-color: rgb(107,91,220); }
div.DivClassName
{
background-color: #6B5BDC;
}
.BgClassName
{
background-color: #6B5BDC;
}
</style>
border-color css
<style>
span { border-color: #6B5BDC; }
span { border-color: rgb(107,91,220); }
td.TdClassName
{
border-color: #6B5BDC;
}
.TagClassName
{
border-color: #6B5BDC;
}
</style>