Shades of Slate Blue #6960CF
Tints of Slate Blue #6960CF
RGB
CMYK
RGB Variations
Color information
#6960CF (or 0x6960CF) is known color: Slate Blue. HEX triplet: 69, 60 and CF. RGB value is (105,96,207). Sum of RGB (Red+Green+Blue) = 105+96+207=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6960CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960CF is #969F30. Grayscale: #6E6E6E. Windows color (decimal): -9871153 or 13590633. OLE color: 13590633.
HSL color Cylindrical-coordinate representation of color #6960CF: hue angle of 244.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6960CF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 96 | 207 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.19 |
| HSL | 244.86º | 0.54% | 0.59% | - |
| HSV(B) | 244.86º | 0.54% | 0.81% | - |
| XYZ | 21.27 | 15.87 | 60.97 | - |
| YUV | 111.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 207 | 0.49 | 0.54 | 0 | 0.19 | 244.86 | 0.54 | 0.59 |
| Hex | 69 | 60 | CF | 31 | 36 | 0 | 13 | F5 | 36 | 3B |
| Octal | 151 | 140 | 317 | 61 | 66 | 0 | 23 | 365 | 66 | 73 |
| Binary | 1101001 | 1100000 | 11001111 | 110001 | 110110 | 0 | 10011 | 11110101 | 110110 | 111011 |
Color Harmonies of #6960CF
Complementary color
Monochromatic Colors of #6960CF
Black with #6960CF
Text Example
Text Example
White with #6960CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960CF; }
p { color: rgb(105,96,207); }
H1.HeaderClassName
{
color: #6960CF;
}
.AnyTagClassName
{
color: #6960CF;
}
</style>
background-color css
<style>
a { background-color: #6960CF; }
a { background-color: rgb(105,96,207); }
div.DivClassName
{
background-color: #6960CF;
}
.BgClassName
{
background-color: #6960CF;
}
</style>
border-color css
<style>
span { border-color: #6960CF; }
span { border-color: rgb(105,96,207); }
td.TdClassName
{
border-color: #6960CF;
}
.TagClassName
{
border-color: #6960CF;
}
</style>