Shades of Slate Blue #6D60DD
Tints of Slate Blue #6D60DD
RGB
CMYK
RGB Variations
Color information
#6D60DD (or 0x6D60DD) is known color: Slate Blue. HEX triplet: 6D, 60 and DD. RGB value is (109,96,221). Sum of RGB (Red+Green+Blue) = 109+96+221=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D60DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D60DD is #929F22. Grayscale: #717171. Windows color (decimal): -9608995 or 14508141. OLE color: 14508141.
HSL color Cylindrical-coordinate representation of color #6D60DD: hue angle of 246.24º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D60DD is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 96 | 221 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.13 |
| HSL | 246.24º | 0.65% | 0.62% | - |
| HSV(B) | 246.24º | 0.57% | 0.87% | - |
| XYZ | 23.54 | 16.84 | 70.42 | - |
| YUV | 114.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 221 | 0.51 | 0.57 | 0 | 0.13 | 246.24 | 0.65 | 0.62 |
| Hex | 6D | 60 | DD | 33 | 39 | 0 | D | F6 | 41 | 3E |
| Octal | 155 | 140 | 335 | 63 | 71 | 0 | 15 | 366 | 101 | 76 |
| Binary | 1101101 | 1100000 | 11011101 | 110011 | 111001 | 0 | 1101 | 11110110 | 1000001 | 111110 |
Color Harmonies of #6D60DD
Complementary color
Monochromatic Colors of #6D60DD
Black with #6D60DD
Text Example
Text Example
White with #6D60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D60DD; }
p { color: rgb(109,96,221); }
H1.HeaderClassName
{
color: #6D60DD;
}
.AnyTagClassName
{
color: #6D60DD;
}
</style>
background-color css
<style>
a { background-color: #6D60DD; }
a { background-color: rgb(109,96,221); }
div.DivClassName
{
background-color: #6D60DD;
}
.BgClassName
{
background-color: #6D60DD;
}
</style>
border-color css
<style>
span { border-color: #6D60DD; }
span { border-color: rgb(109,96,221); }
td.TdClassName
{
border-color: #6D60DD;
}
.TagClassName
{
border-color: #6D60DD;
}
</style>