Shades of Slate Blue #6966CE
Tints of Slate Blue #6966CE
RGB
CMYK
RGB Variations
Color information
#6966CE (or 0x6966CE) is known color: Slate Blue. HEX triplet: 69, 66 and CE. RGB value is (105,102,206). Sum of RGB (Red+Green+Blue) = 105+102+206=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #6966CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966CE is #969931. Grayscale: #727272. Windows color (decimal): -9869618 or 13526633. OLE color: 13526633.
HSL color Cylindrical-coordinate representation of color #6966CE: hue angle of 241.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6966CE is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 102 | 206 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.19 |
| HSL | 241.73º | 0.51% | 0.6% | - |
| HSV(B) | 241.73º | 0.5% | 0.81% | - |
| XYZ | 21.72 | 16.96 | 60.52 | - |
| YUV | 114.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 206 | 0.49 | 0.50 | 0 | 0.19 | 241.73 | 0.51 | 0.6 |
| Hex | 69 | 66 | CE | 31 | 32 | 0 | 13 | F2 | 33 | 3C |
| Octal | 151 | 146 | 316 | 61 | 62 | 0 | 23 | 362 | 63 | 74 |
| Binary | 1101001 | 1100110 | 11001110 | 110001 | 110010 | 0 | 10011 | 11110010 | 110011 | 111100 |
Color Harmonies of #6966CE
Complementary color
Monochromatic Colors of #6966CE
Black with #6966CE
Text Example
Text Example
White with #6966CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6966CE; }
p { color: rgb(105,102,206); }
H1.HeaderClassName
{
color: #6966CE;
}
.AnyTagClassName
{
color: #6966CE;
}
</style>
background-color css
<style>
a { background-color: #6966CE; }
a { background-color: rgb(105,102,206); }
div.DivClassName
{
background-color: #6966CE;
}
.BgClassName
{
background-color: #6966CE;
}
</style>
border-color css
<style>
span { border-color: #6966CE; }
span { border-color: rgb(105,102,206); }
td.TdClassName
{
border-color: #6966CE;
}
.TagClassName
{
border-color: #6966CE;
}
</style>