Shades of Slate Blue #6966CF
Tints of Slate Blue #6966CF
RGB
CMYK
RGB Variations
Color information
#6966CF (or 0x6966CF) is known color: Slate Blue. HEX triplet: 69, 66 and CF. RGB value is (105,102,207). Sum of RGB (Red+Green+Blue) = 105+102+207=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #6966CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966CF is #969930. Grayscale: #727272. Windows color (decimal): -9869617 or 13592169. OLE color: 13592169.
HSL color Cylindrical-coordinate representation of color #6966CF: hue angle of 241.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6966CF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 102 | 207 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.19 |
| HSL | 241.71º | 0.52% | 0.61% | - |
| HSV(B) | 241.71º | 0.51% | 0.81% | - |
| XYZ | 21.84 | 17.01 | 61.16 | - |
| YUV | 114.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 207 | 0.49 | 0.51 | 0 | 0.19 | 241.71 | 0.52 | 0.61 |
| Hex | 69 | 66 | CF | 31 | 33 | 0 | 13 | F2 | 34 | 3D |
| Octal | 151 | 146 | 317 | 61 | 63 | 0 | 23 | 362 | 64 | 75 |
| Binary | 1101001 | 1100110 | 11001111 | 110001 | 110011 | 0 | 10011 | 11110010 | 110100 | 111101 |
Color Harmonies of #6966CF
Complementary color
Monochromatic Colors of #6966CF
Black with #6966CF
Text Example
Text Example
White with #6966CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6966CF; }
p { color: rgb(105,102,207); }
H1.HeaderClassName
{
color: #6966CF;
}
.AnyTagClassName
{
color: #6966CF;
}
</style>
background-color css
<style>
a { background-color: #6966CF; }
a { background-color: rgb(105,102,207); }
div.DivClassName
{
background-color: #6966CF;
}
.BgClassName
{
background-color: #6966CF;
}
</style>
border-color css
<style>
span { border-color: #6966CF; }
span { border-color: rgb(105,102,207); }
td.TdClassName
{
border-color: #6966CF;
}
.TagClassName
{
border-color: #6966CF;
}
</style>