Shades of Slate Blue #6D5FCF
Tints of Slate Blue #6D5FCF
RGB
CMYK
RGB Variations
Color information
#6D5FCF (or 0x6D5FCF) is known color: Slate Blue. HEX triplet: 6D, 5F and CF. RGB value is (109,95,207). Sum of RGB (Red+Green+Blue) = 109+95+207=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D5FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FCF is #92A030. Grayscale: #6F6F6F. Windows color (decimal): -9609265 or 13590381. OLE color: 13590381.
HSL color Cylindrical-coordinate representation of color #6D5FCF: hue angle of 247.5º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D5FCF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 95 | 207 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.19 |
| HSL | 247.5º | 0.54% | 0.59% | - |
| HSV(B) | 247.5º | 0.54% | 0.81% | - |
| XYZ | 21.66 | 15.94 | 60.97 | - |
| YUV | 111.95 | 181.64 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 207 | 0.47 | 0.54 | 0 | 0.19 | 247.5 | 0.54 | 0.59 |
| Hex | 6D | 5F | CF | 2F | 36 | 0 | 13 | F8 | 36 | 3B |
| Octal | 155 | 137 | 317 | 57 | 66 | 0 | 23 | 370 | 66 | 73 |
| Binary | 1101101 | 1011111 | 11001111 | 101111 | 110110 | 0 | 10011 | 11111000 | 110110 | 111011 |
Color Harmonies of #6D5FCF
Complementary color
Monochromatic Colors of #6D5FCF
Black with #6D5FCF
Text Example
Text Example
White with #6D5FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5FCF; }
p { color: rgb(109,95,207); }
H1.HeaderClassName
{
color: #6D5FCF;
}
.AnyTagClassName
{
color: #6D5FCF;
}
</style>
background-color css
<style>
a { background-color: #6D5FCF; }
a { background-color: rgb(109,95,207); }
div.DivClassName
{
background-color: #6D5FCF;
}
.BgClassName
{
background-color: #6D5FCF;
}
</style>
border-color css
<style>
span { border-color: #6D5FCF; }
span { border-color: rgb(109,95,207); }
td.TdClassName
{
border-color: #6D5FCF;
}
.TagClassName
{
border-color: #6D5FCF;
}
</style>