Shades of Slate Blue #6C69DD
Tints of Slate Blue #6C69DD
RGB
CMYK
RGB Variations
Color information
#6C69DD (or 0x6C69DD) is known color: Slate Blue. HEX triplet: 6C, 69 and DD. RGB value is (108,105,221). Sum of RGB (Red+Green+Blue) = 108+105+221=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C69DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C69DD is #939622. Grayscale: #767676. Windows color (decimal): -9672227 or 14510444. OLE color: 14510444.
HSL color Cylindrical-coordinate representation of color #6C69DD: hue angle of 241.55º 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 #6C69DD is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 105 | 221 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.13 |
| HSL | 241.55º | 0.63% | 0.64% | - |
| HSV(B) | 241.55º | 0.52% | 0.87% | - |
| XYZ | 24.29 | 18.51 | 70.7 | - |
| YUV | 119.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 221 | 0.51 | 0.52 | 0 | 0.13 | 241.55 | 0.63 | 0.64 |
| Hex | 6C | 69 | DD | 33 | 34 | 0 | D | F2 | 3F | 40 |
| Octal | 154 | 151 | 335 | 63 | 64 | 0 | 15 | 362 | 77 | 100 |
| Binary | 1101100 | 1101001 | 11011101 | 110011 | 110100 | 0 | 1101 | 11110010 | 111111 | 1000000 |
Color Harmonies of #6C69DD
Complementary color
Monochromatic Colors of #6C69DD
Black with #6C69DD
Text Example
Text Example
White with #6C69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C69DD; }
p { color: rgb(108,105,221); }
H1.HeaderClassName
{
color: #6C69DD;
}
.AnyTagClassName
{
color: #6C69DD;
}
</style>
background-color css
<style>
a { background-color: #6C69DD; }
a { background-color: rgb(108,105,221); }
div.DivClassName
{
background-color: #6C69DD;
}
.BgClassName
{
background-color: #6C69DD;
}
</style>
border-color css
<style>
span { border-color: #6C69DD; }
span { border-color: rgb(108,105,221); }
td.TdClassName
{
border-color: #6C69DD;
}
.TagClassName
{
border-color: #6C69DD;
}
</style>