Shades of Slate Blue #6960CE
Tints of Slate Blue #6960CE
RGB
CMYK
RGB Variations
Color information
#6960CE (or 0x6960CE) is known color: Slate Blue. HEX triplet: 69, 60 and CE. RGB value is (105,96,206). Sum of RGB (Red+Green+Blue) = 105+96+206=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #6960CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960CE is #969F31. Grayscale: #6E6E6E. Windows color (decimal): -9871154 or 13525097. OLE color: 13525097.
HSL color Cylindrical-coordinate representation of color #6960CE: hue angle of 244.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6960CE is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 96 | 206 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.19 |
| HSL | 244.91º | 0.53% | 0.59% | - |
| HSV(B) | 244.91º | 0.53% | 0.81% | - |
| XYZ | 21.15 | 15.83 | 60.33 | - |
| YUV | 111.23 | 181.48 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 206 | 0.49 | 0.53 | 0 | 0.19 | 244.91 | 0.53 | 0.59 |
| Hex | 69 | 60 | CE | 31 | 35 | 0 | 13 | F5 | 35 | 3B |
| Octal | 151 | 140 | 316 | 61 | 65 | 0 | 23 | 365 | 65 | 73 |
| Binary | 1101001 | 1100000 | 11001110 | 110001 | 110101 | 0 | 10011 | 11110101 | 110101 | 111011 |
Color Harmonies of #6960CE
Complementary color
Monochromatic Colors of #6960CE
Black with #6960CE
Text Example
Text Example
White with #6960CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960CE; }
p { color: rgb(105,96,206); }
H1.HeaderClassName
{
color: #6960CE;
}
.AnyTagClassName
{
color: #6960CE;
}
</style>
background-color css
<style>
a { background-color: #6960CE; }
a { background-color: rgb(105,96,206); }
div.DivClassName
{
background-color: #6960CE;
}
.BgClassName
{
background-color: #6960CE;
}
</style>
border-color css
<style>
span { border-color: #6960CE; }
span { border-color: rgb(105,96,206); }
td.TdClassName
{
border-color: #6960CE;
}
.TagClassName
{
border-color: #6960CE;
}
</style>