Shades of Slate Blue #6966DF
Tints of Slate Blue #6966DF
RGB
CMYK
RGB Variations
Color information
#6966DF (or 0x6966DF) is known color: Slate Blue. HEX triplet: 69, 66 and DF. RGB value is (105,102,223). Sum of RGB (Red+Green+Blue) = 105+102+223=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #6966DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966DF is #969920. Grayscale: #747474. Windows color (decimal): -9869601 or 14640745. OLE color: 14640745.
HSL color Cylindrical-coordinate representation of color #6966DF: hue angle of 241.49º 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 #6966DF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 102 | 223 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.13 |
| HSL | 241.49º | 0.65% | 0.64% | - |
| HSV(B) | 241.49º | 0.54% | 0.87% | - |
| XYZ | 23.9 | 17.83 | 71.99 | - |
| YUV | 116.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 223 | 0.53 | 0.54 | 0 | 0.13 | 241.49 | 0.65 | 0.64 |
| Hex | 69 | 66 | DF | 35 | 36 | 0 | D | F1 | 41 | 40 |
| Octal | 151 | 146 | 337 | 65 | 66 | 0 | 15 | 361 | 101 | 100 |
| Binary | 1101001 | 1100110 | 11011111 | 110101 | 110110 | 0 | 1101 | 11110001 | 1000001 | 1000000 |
Color Harmonies of #6966DF
Complementary color
Monochromatic Colors of #6966DF
Black with #6966DF
Text Example
Text Example
White with #6966DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6966DF; }
p { color: rgb(105,102,223); }
H1.HeaderClassName
{
color: #6966DF;
}
.AnyTagClassName
{
color: #6966DF;
}
</style>
background-color css
<style>
a { background-color: #6966DF; }
a { background-color: rgb(105,102,223); }
div.DivClassName
{
background-color: #6966DF;
}
.BgClassName
{
background-color: #6966DF;
}
</style>
border-color css
<style>
span { border-color: #6966DF; }
span { border-color: rgb(105,102,223); }
td.TdClassName
{
border-color: #6966DF;
}
.TagClassName
{
border-color: #6966DF;
}
</style>