Shades of Slate Blue #6B5DDD
Tints of Slate Blue #6B5DDD
RGB
CMYK
RGB Variations
Color information
#6B5DDD (or 0x6B5DDD) is known color: Slate Blue. HEX triplet: 6B, 5D and DD. RGB value is (107,93,221). Sum of RGB (Red+Green+Blue) = 107+93+221=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B5DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DDD is #94A222. Grayscale: #6F6F6F. Windows color (decimal): -9740835 or 14507371. OLE color: 14507371.
HSL color Cylindrical-coordinate representation of color #6B5DDD: hue angle of 246.56º degrees, saturation: 0.65, 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 #6B5DDD is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 93 | 221 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.13 |
| HSL | 246.56º | 0.65% | 0.62% | - |
| HSV(B) | 246.56º | 0.58% | 0.87% | - |
| XYZ | 23.03 | 16.17 | 70.31 | - |
| YUV | 111.78 | 189.64 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 221 | 0.52 | 0.58 | 0 | 0.13 | 246.56 | 0.65 | 0.62 |
| Hex | 6B | 5D | DD | 34 | 3A | 0 | D | F7 | 41 | 3E |
| Octal | 153 | 135 | 335 | 64 | 72 | 0 | 15 | 367 | 101 | 76 |
| Binary | 1101011 | 1011101 | 11011101 | 110100 | 111010 | 0 | 1101 | 11110111 | 1000001 | 111110 |
Color Harmonies of #6B5DDD
Complementary color
Monochromatic Colors of #6B5DDD
Black with #6B5DDD
Text Example
Text Example
White with #6B5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5DDD; }
p { color: rgb(107,93,221); }
H1.HeaderClassName
{
color: #6B5DDD;
}
.AnyTagClassName
{
color: #6B5DDD;
}
</style>
background-color css
<style>
a { background-color: #6B5DDD; }
a { background-color: rgb(107,93,221); }
div.DivClassName
{
background-color: #6B5DDD;
}
.BgClassName
{
background-color: #6B5DDD;
}
</style>
border-color css
<style>
span { border-color: #6B5DDD; }
span { border-color: rgb(107,93,221); }
td.TdClassName
{
border-color: #6B5DDD;
}
.TagClassName
{
border-color: #6B5DDD;
}
</style>