Shades of Slate Blue #6B5BDE
Tints of Slate Blue #6B5BDE
RGB
CMYK
RGB Variations
Color information
#6B5BDE (or 0x6B5BDE) is known color: Slate Blue. HEX triplet: 6B, 5B and DE. RGB value is (107,91,222). Sum of RGB (Red+Green+Blue) = 107+91+222=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B5BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BDE is #94A421. Grayscale: #6E6E6E. Windows color (decimal): -9741346 or 14572395. OLE color: 14572395.
HSL color Cylindrical-coordinate representation of color #6B5BDE: hue angle of 247.33º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B5BDE is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 91 | 222 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.13 |
| HSL | 247.33º | 0.66% | 0.61% | - |
| HSV(B) | 247.33º | 0.59% | 0.87% | - |
| XYZ | 22.99 | 15.88 | 70.96 | - |
| YUV | 110.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 222 | 0.52 | 0.59 | 0 | 0.13 | 247.33 | 0.66 | 0.61 |
| Hex | 6B | 5B | DE | 34 | 3B | 0 | D | F7 | 42 | 3D |
| Octal | 153 | 133 | 336 | 64 | 73 | 0 | 15 | 367 | 102 | 75 |
| Binary | 1101011 | 1011011 | 11011110 | 110100 | 111011 | 0 | 1101 | 11110111 | 1000010 | 111101 |
Color Harmonies of #6B5BDE
Complementary color
Monochromatic Colors of #6B5BDE
Black with #6B5BDE
Text Example
Text Example
White with #6B5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BDE; }
p { color: rgb(107,91,222); }
H1.HeaderClassName
{
color: #6B5BDE;
}
.AnyTagClassName
{
color: #6B5BDE;
}
</style>
background-color css
<style>
a { background-color: #6B5BDE; }
a { background-color: rgb(107,91,222); }
div.DivClassName
{
background-color: #6B5BDE;
}
.BgClassName
{
background-color: #6B5BDE;
}
</style>
border-color css
<style>
span { border-color: #6B5BDE; }
span { border-color: rgb(107,91,222); }
td.TdClassName
{
border-color: #6B5BDE;
}
.TagClassName
{
border-color: #6B5BDE;
}
</style>