Shades of Slate Blue #6B5EDE
Tints of Slate Blue #6B5EDE
RGB
CMYK
RGB Variations
Color information
#6B5EDE (or 0x6B5EDE) is known color: Slate Blue. HEX triplet: 6B, 5E and DE. RGB value is (107,94,222). Sum of RGB (Red+Green+Blue) = 107+94+222=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B5EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5EDE is #94A121. Grayscale: #6F6F6F. Windows color (decimal): -9740578 or 14573163. OLE color: 14573163.
HSL color Cylindrical-coordinate representation of color #6B5EDE: hue angle of 246.09º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B5EDE is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 94 | 222 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.13 |
| HSL | 246.09º | 0.66% | 0.62% | - |
| HSV(B) | 246.09º | 0.58% | 0.87% | - |
| XYZ | 23.25 | 16.41 | 71.05 | - |
| YUV | 112.48 | 189.81 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 222 | 0.52 | 0.58 | 0 | 0.13 | 246.09 | 0.66 | 0.62 |
| Hex | 6B | 5E | DE | 34 | 3A | 0 | D | F6 | 42 | 3E |
| Octal | 153 | 136 | 336 | 64 | 72 | 0 | 15 | 366 | 102 | 76 |
| Binary | 1101011 | 1011110 | 11011110 | 110100 | 111010 | 0 | 1101 | 11110110 | 1000010 | 111110 |
Color Harmonies of #6B5EDE
Complementary color
Monochromatic Colors of #6B5EDE
Black with #6B5EDE
Text Example
Text Example
White with #6B5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5EDE; }
p { color: rgb(107,94,222); }
H1.HeaderClassName
{
color: #6B5EDE;
}
.AnyTagClassName
{
color: #6B5EDE;
}
</style>
background-color css
<style>
a { background-color: #6B5EDE; }
a { background-color: rgb(107,94,222); }
div.DivClassName
{
background-color: #6B5EDE;
}
.BgClassName
{
background-color: #6B5EDE;
}
</style>
border-color css
<style>
span { border-color: #6B5EDE; }
span { border-color: rgb(107,94,222); }
td.TdClassName
{
border-color: #6B5EDE;
}
.TagClassName
{
border-color: #6B5EDE;
}
</style>