Shades of Slate Blue #6D69C8
Tints of Slate Blue #6D69C8
RGB
CMYK
RGB Variations
Color information
#6D69C8 (or 0x6D69C8) is known color: Slate Blue. HEX triplet: 6D, 69 and C8. RGB value is (109,105,200). Sum of RGB (Red+Green+Blue) = 109+105+200=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #6D69C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D69C8 is #929637. Grayscale: #747474. Windows color (decimal): -9606712 or 13134189. OLE color: 13134189.
HSL color Cylindrical-coordinate representation of color #6D69C8: hue angle of 242.53º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D69C8 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 105 | 200 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.22 |
| HSL | 242.53º | 0.46% | 0.6% | - |
| HSV(B) | 242.53º | 0.48% | 0.78% | - |
| XYZ | 21.78 | 17.52 | 56.88 | - |
| YUV | 117.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 200 | 0.46 | 0.48 | 0 | 0.22 | 242.53 | 0.46 | 0.6 |
| Hex | 6D | 69 | C8 | 2E | 30 | 0 | 16 | F3 | 2E | 3C |
| Octal | 155 | 151 | 310 | 56 | 60 | 0 | 26 | 363 | 56 | 74 |
| Binary | 1101101 | 1101001 | 11001000 | 101110 | 110000 | 0 | 10110 | 11110011 | 101110 | 111100 |
Color Harmonies of #6D69C8
Complementary color
Monochromatic Colors of #6D69C8
Black with #6D69C8
Text Example
Text Example
White with #6D69C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D69C8; }
p { color: rgb(109,105,200); }
H1.HeaderClassName
{
color: #6D69C8;
}
.AnyTagClassName
{
color: #6D69C8;
}
</style>
background-color css
<style>
a { background-color: #6D69C8; }
a { background-color: rgb(109,105,200); }
div.DivClassName
{
background-color: #6D69C8;
}
.BgClassName
{
background-color: #6D69C8;
}
</style>
border-color css
<style>
span { border-color: #6D69C8; }
span { border-color: rgb(109,105,200); }
td.TdClassName
{
border-color: #6D69C8;
}
.TagClassName
{
border-color: #6D69C8;
}
</style>