Shades of Slate Blue #6D69D7
Tints of Slate Blue #6D69D7
RGB
CMYK
RGB Variations
Color information
#6D69D7 (or 0x6D69D7) is known color: Slate Blue. HEX triplet: 6D, 69 and D7. RGB value is (109,105,215). Sum of RGB (Red+Green+Blue) = 109+105+215=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #6D69D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D69D7 is #929628. Grayscale: #767676. Windows color (decimal): -9606697 or 14117229. OLE color: 14117229.
HSL color Cylindrical-coordinate representation of color #6D69D7: hue angle of 242.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D69D7 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 105 | 215 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.16 |
| HSL | 242.18º | 0.58% | 0.63% | - |
| HSV(B) | 242.18º | 0.51% | 0.84% | - |
| XYZ | 23.62 | 18.26 | 66.57 | - |
| YUV | 118.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 215 | 0.49 | 0.51 | 0 | 0.16 | 242.18 | 0.58 | 0.63 |
| Hex | 6D | 69 | D7 | 31 | 33 | 0 | 10 | F2 | 3A | 3F |
| Octal | 155 | 151 | 327 | 61 | 63 | 0 | 20 | 362 | 72 | 77 |
| Binary | 1101101 | 1101001 | 11010111 | 110001 | 110011 | 0 | 10000 | 11110010 | 111010 | 111111 |
Color Harmonies of #6D69D7
Complementary color
Monochromatic Colors of #6D69D7
Black with #6D69D7
Text Example
Text Example
White with #6D69D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D69D7; }
p { color: rgb(109,105,215); }
H1.HeaderClassName
{
color: #6D69D7;
}
.AnyTagClassName
{
color: #6D69D7;
}
</style>
background-color css
<style>
a { background-color: #6D69D7; }
a { background-color: rgb(109,105,215); }
div.DivClassName
{
background-color: #6D69D7;
}
.BgClassName
{
background-color: #6D69D7;
}
</style>
border-color css
<style>
span { border-color: #6D69D7; }
span { border-color: rgb(109,105,215); }
td.TdClassName
{
border-color: #6D69D7;
}
.TagClassName
{
border-color: #6D69D7;
}
</style>