Shades of Slate Blue #6D69DD
Tints of Slate Blue #6D69DD
RGB
CMYK
RGB Variations
Color information
#6D69DD (or 0x6D69DD) is known color: Slate Blue. HEX triplet: 6D, 69 and DD. RGB value is (109,105,221). Sum of RGB (Red+Green+Blue) = 109+105+221=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D69DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D69DD is #929622. Grayscale: #767676. Windows color (decimal): -9606691 or 14510445. OLE color: 14510445.
HSL color Cylindrical-coordinate representation of color #6D69DD: hue angle of 242.07º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D69DD is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 105 | 221 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.13 |
| HSL | 242.07º | 0.63% | 0.64% | - |
| HSV(B) | 242.07º | 0.52% | 0.87% | - |
| XYZ | 24.41 | 18.57 | 70.71 | - |
| YUV | 119.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 221 | 0.51 | 0.52 | 0 | 0.13 | 242.07 | 0.63 | 0.64 |
| Hex | 6D | 69 | DD | 33 | 34 | 0 | D | F2 | 3F | 40 |
| Octal | 155 | 151 | 335 | 63 | 64 | 0 | 15 | 362 | 77 | 100 |
| Binary | 1101101 | 1101001 | 11011101 | 110011 | 110100 | 0 | 1101 | 11110010 | 111111 | 1000000 |
Color Harmonies of #6D69DD
Complementary color
Monochromatic Colors of #6D69DD
Black with #6D69DD
Text Example
Text Example
White with #6D69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D69DD; }
p { color: rgb(109,105,221); }
H1.HeaderClassName
{
color: #6D69DD;
}
.AnyTagClassName
{
color: #6D69DD;
}
</style>
background-color css
<style>
a { background-color: #6D69DD; }
a { background-color: rgb(109,105,221); }
div.DivClassName
{
background-color: #6D69DD;
}
.BgClassName
{
background-color: #6D69DD;
}
</style>
border-color css
<style>
span { border-color: #6D69DD; }
span { border-color: rgb(109,105,221); }
td.TdClassName
{
border-color: #6D69DD;
}
.TagClassName
{
border-color: #6D69DD;
}
</style>