Shades of Slate Blue #6966DE
Tints of Slate Blue #6966DE
RGB
CMYK
RGB Variations
Color information
#6966DE (or 0x6966DE) is known color: Slate Blue. HEX triplet: 69, 66 and DE. RGB value is (105,102,222). Sum of RGB (Red+Green+Blue) = 105+102+222=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #6966DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966DE is #969921. Grayscale: #747474. Windows color (decimal): -9869602 or 14575209. OLE color: 14575209.
HSL color Cylindrical-coordinate representation of color #6966DE: hue angle of 241.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6966DE is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 102 | 222 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.13 |
| HSL | 241.5º | 0.65% | 0.64% | - |
| HSV(B) | 241.5º | 0.54% | 0.87% | - |
| XYZ | 23.76 | 17.78 | 71.29 | - |
| YUV | 116.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 222 | 0.53 | 0.54 | 0 | 0.13 | 241.5 | 0.65 | 0.64 |
| Hex | 69 | 66 | DE | 35 | 36 | 0 | D | F2 | 41 | 40 |
| Octal | 151 | 146 | 336 | 65 | 66 | 0 | 15 | 362 | 101 | 100 |
| Binary | 1101001 | 1100110 | 11011110 | 110101 | 110110 | 0 | 1101 | 11110010 | 1000001 | 1000000 |
Color Harmonies of #6966DE
Complementary color
Monochromatic Colors of #6966DE
Black with #6966DE
Text Example
Text Example
White with #6966DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6966DE; }
p { color: rgb(105,102,222); }
H1.HeaderClassName
{
color: #6966DE;
}
.AnyTagClassName
{
color: #6966DE;
}
</style>
background-color css
<style>
a { background-color: #6966DE; }
a { background-color: rgb(105,102,222); }
div.DivClassName
{
background-color: #6966DE;
}
.BgClassName
{
background-color: #6966DE;
}
</style>
border-color css
<style>
span { border-color: #6966DE; }
span { border-color: rgb(105,102,222); }
td.TdClassName
{
border-color: #6966DE;
}
.TagClassName
{
border-color: #6966DE;
}
</style>