Shades of Slate Blue #6960C5
Tints of Slate Blue #6960C5
RGB
CMYK
RGB Variations
Color information
#6960C5 (or 0x6960C5) is known color: Slate Blue. HEX triplet: 69, 60 and C5. RGB value is (105,96,197). Sum of RGB (Red+Green+Blue) = 105+96+197=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #6960C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960C5 is #969F3A. Grayscale: #6D6D6D. Windows color (decimal): -9871163 or 12935273. OLE color: 12935273.
HSL color Cylindrical-coordinate representation of color #6960C5: hue angle of 245.35º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6960C5 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 96 | 197 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.23 |
| HSL | 245.35º | 0.47% | 0.57% | - |
| HSV(B) | 245.35º | 0.51% | 0.77% | - |
| XYZ | 20.09 | 15.4 | 54.74 | - |
| YUV | 110.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 197 | 0.47 | 0.51 | 0 | 0.23 | 245.35 | 0.47 | 0.57 |
| Hex | 69 | 60 | C5 | 2F | 33 | 0 | 17 | F5 | 2F | 39 |
| Octal | 151 | 140 | 305 | 57 | 63 | 0 | 27 | 365 | 57 | 71 |
| Binary | 1101001 | 1100000 | 11000101 | 101111 | 110011 | 0 | 10111 | 11110101 | 101111 | 111001 |
Color Harmonies of #6960C5
Complementary color
Monochromatic Colors of #6960C5
Black with #6960C5
Text Example
Text Example
White with #6960C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960C5; }
p { color: rgb(105,96,197); }
H1.HeaderClassName
{
color: #6960C5;
}
.AnyTagClassName
{
color: #6960C5;
}
</style>
background-color css
<style>
a { background-color: #6960C5; }
a { background-color: rgb(105,96,197); }
div.DivClassName
{
background-color: #6960C5;
}
.BgClassName
{
background-color: #6960C5;
}
</style>
border-color css
<style>
span { border-color: #6960C5; }
span { border-color: rgb(105,96,197); }
td.TdClassName
{
border-color: #6960C5;
}
.TagClassName
{
border-color: #6960C5;
}
</style>