Shades of Slate Blue #6D59CD
Tints of Slate Blue #6D59CD
RGB
CMYK
RGB Variations
Color information
#6D59CD (or 0x6D59CD) is known color: Slate Blue. HEX triplet: 6D, 59 and CD. RGB value is (109,89,205). Sum of RGB (Red+Green+Blue) = 109+89+205=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D59CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59CD is #92A632. Grayscale: #6B6B6B. Windows color (decimal): -9610803 or 13457773. OLE color: 13457773.
HSL color Cylindrical-coordinate representation of color #6D59CD: hue angle of 250.34º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D59CD is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 89 | 205 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.20 |
| HSL | 250.34º | 0.54% | 0.58% | - |
| HSV(B) | 250.34º | 0.57% | 0.8% | - |
| XYZ | 20.9 | 14.8 | 59.51 | - |
| YUV | 108.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 205 | 0.47 | 0.57 | 0 | 0.20 | 250.34 | 0.54 | 0.58 |
| Hex | 6D | 59 | CD | 2F | 39 | 0 | 14 | FA | 36 | 3A |
| Octal | 155 | 131 | 315 | 57 | 71 | 0 | 24 | 372 | 66 | 72 |
| Binary | 1101101 | 1011001 | 11001101 | 101111 | 111001 | 0 | 10100 | 11111010 | 110110 | 111010 |
Color Harmonies of #6D59CD
Complementary color
Monochromatic Colors of #6D59CD
Black with #6D59CD
Text Example
Text Example
White with #6D59CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D59CD; }
p { color: rgb(109,89,205); }
H1.HeaderClassName
{
color: #6D59CD;
}
.AnyTagClassName
{
color: #6D59CD;
}
</style>
background-color css
<style>
a { background-color: #6D59CD; }
a { background-color: rgb(109,89,205); }
div.DivClassName
{
background-color: #6D59CD;
}
.BgClassName
{
background-color: #6D59CD;
}
</style>
border-color css
<style>
span { border-color: #6D59CD; }
span { border-color: rgb(109,89,205); }
td.TdClassName
{
border-color: #6D59CD;
}
.TagClassName
{
border-color: #6D59CD;
}
</style>