Shades of Slate Blue #6D5DCF
Tints of Slate Blue #6D5DCF
RGB
CMYK
RGB Variations
Color information
#6D5DCF (or 0x6D5DCF) is known color: Slate Blue. HEX triplet: 6D, 5D and CF. RGB value is (109,93,207). Sum of RGB (Red+Green+Blue) = 109+93+207=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DCF is #92A230. Grayscale: #6E6E6E. Windows color (decimal): -9609777 or 13589869. OLE color: 13589869.
HSL color Cylindrical-coordinate representation of color #6D5DCF: hue angle of 248.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D5DCF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 93 | 207 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.19 |
| HSL | 248.42º | 0.54% | 0.59% | - |
| HSV(B) | 248.42º | 0.55% | 0.81% | - |
| XYZ | 21.48 | 15.58 | 60.91 | - |
| YUV | 110.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 207 | 0.47 | 0.55 | 0 | 0.19 | 248.42 | 0.54 | 0.59 |
| Hex | 6D | 5D | CF | 2F | 37 | 0 | 13 | F8 | 36 | 3B |
| Octal | 155 | 135 | 317 | 57 | 67 | 0 | 23 | 370 | 66 | 73 |
| Binary | 1101101 | 1011101 | 11001111 | 101111 | 110111 | 0 | 10011 | 11111000 | 110110 | 111011 |
Color Harmonies of #6D5DCF
Complementary color
Monochromatic Colors of #6D5DCF
Black with #6D5DCF
Text Example
Text Example
White with #6D5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5DCF; }
p { color: rgb(109,93,207); }
H1.HeaderClassName
{
color: #6D5DCF;
}
.AnyTagClassName
{
color: #6D5DCF;
}
</style>
background-color css
<style>
a { background-color: #6D5DCF; }
a { background-color: rgb(109,93,207); }
div.DivClassName
{
background-color: #6D5DCF;
}
.BgClassName
{
background-color: #6D5DCF;
}
</style>
border-color css
<style>
span { border-color: #6D5DCF; }
span { border-color: rgb(109,93,207); }
td.TdClassName
{
border-color: #6D5DCF;
}
.TagClassName
{
border-color: #6D5DCF;
}
</style>