Shades of Slate Blue #6B69DD
Tints of Slate Blue #6B69DD
RGB
CMYK
RGB Variations
Color information
#6B69DD (or 0x6B69DD) is known color: Slate Blue. HEX triplet: 6B, 69 and DD. RGB value is (107,105,221). Sum of RGB (Red+Green+Blue) = 107+105+221=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B69DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69DD is #949622. Grayscale: #767676. Windows color (decimal): -9737763 or 14510443. OLE color: 14510443.
HSL color Cylindrical-coordinate representation of color #6B69DD: hue angle of 241.03º 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 #6B69DD is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 105 | 221 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.13 |
| HSL | 241.03º | 0.63% | 0.64% | - |
| HSV(B) | 241.03º | 0.52% | 0.87% | - |
| XYZ | 24.17 | 18.45 | 70.69 | - |
| YUV | 118.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 221 | 0.52 | 0.52 | 0 | 0.13 | 241.03 | 0.63 | 0.64 |
| Hex | 6B | 69 | DD | 34 | 34 | 0 | D | F1 | 3F | 40 |
| Octal | 153 | 151 | 335 | 64 | 64 | 0 | 15 | 361 | 77 | 100 |
| Binary | 1101011 | 1101001 | 11011101 | 110100 | 110100 | 0 | 1101 | 11110001 | 111111 | 1000000 |
Color Harmonies of #6B69DD
Complementary color
Monochromatic Colors of #6B69DD
Black with #6B69DD
Text Example
Text Example
White with #6B69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B69DD; }
p { color: rgb(107,105,221); }
H1.HeaderClassName
{
color: #6B69DD;
}
.AnyTagClassName
{
color: #6B69DD;
}
</style>
background-color css
<style>
a { background-color: #6B69DD; }
a { background-color: rgb(107,105,221); }
div.DivClassName
{
background-color: #6B69DD;
}
.BgClassName
{
background-color: #6B69DD;
}
</style>
border-color css
<style>
span { border-color: #6B69DD; }
span { border-color: rgb(107,105,221); }
td.TdClassName
{
border-color: #6B69DD;
}
.TagClassName
{
border-color: #6B69DD;
}
</style>