Shades of Slate Blue #6B5CDE
Tints of Slate Blue #6B5CDE
RGB
CMYK
RGB Variations
Color information
#6B5CDE (or 0x6B5CDE) is known color: Slate Blue. HEX triplet: 6B, 5C and DE. RGB value is (107,92,222). Sum of RGB (Red+Green+Blue) = 107+92+222=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B5CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CDE is #94A321. Grayscale: #6E6E6E. Windows color (decimal): -9741090 or 14572651. OLE color: 14572651.
HSL color Cylindrical-coordinate representation of color #6B5CDE: hue angle of 246.92º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B5CDE is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 92 | 222 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.13 |
| HSL | 246.92º | 0.66% | 0.62% | - |
| HSV(B) | 246.92º | 0.59% | 0.87% | - |
| XYZ | 23.08 | 16.05 | 70.99 | - |
| YUV | 111.31 | 190.47 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 222 | 0.52 | 0.59 | 0 | 0.13 | 246.92 | 0.66 | 0.62 |
| Hex | 6B | 5C | DE | 34 | 3B | 0 | D | F7 | 42 | 3E |
| Octal | 153 | 134 | 336 | 64 | 73 | 0 | 15 | 367 | 102 | 76 |
| Binary | 1101011 | 1011100 | 11011110 | 110100 | 111011 | 0 | 1101 | 11110111 | 1000010 | 111110 |
Color Harmonies of #6B5CDE
Complementary color
Monochromatic Colors of #6B5CDE
Black with #6B5CDE
Text Example
Text Example
White with #6B5CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CDE; }
p { color: rgb(107,92,222); }
H1.HeaderClassName
{
color: #6B5CDE;
}
.AnyTagClassName
{
color: #6B5CDE;
}
</style>
background-color css
<style>
a { background-color: #6B5CDE; }
a { background-color: rgb(107,92,222); }
div.DivClassName
{
background-color: #6B5CDE;
}
.BgClassName
{
background-color: #6B5CDE;
}
</style>
border-color css
<style>
span { border-color: #6B5CDE; }
span { border-color: rgb(107,92,222); }
td.TdClassName
{
border-color: #6B5CDE;
}
.TagClassName
{
border-color: #6B5CDE;
}
</style>