Shades of Slate Blue #6960CB
Tints of Slate Blue #6960CB
RGB
CMYK
RGB Variations
Color information
#6960CB (or 0x6960CB) is known color: Slate Blue. HEX triplet: 69, 60 and CB. RGB value is (105,96,203). Sum of RGB (Red+Green+Blue) = 105+96+203=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #6960CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960CB is #969F34. Grayscale: #6E6E6E. Windows color (decimal): -9871157 or 13328489. OLE color: 13328489.
HSL color Cylindrical-coordinate representation of color #6960CB: hue angle of 245.05º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6960CB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 96 | 203 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.20 |
| HSL | 245.05º | 0.51% | 0.59% | - |
| HSV(B) | 245.05º | 0.53% | 0.8% | - |
| XYZ | 20.79 | 15.68 | 58.43 | - |
| YUV | 110.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 203 | 0.48 | 0.53 | 0 | 0.20 | 245.05 | 0.51 | 0.59 |
| Hex | 69 | 60 | CB | 30 | 35 | 0 | 14 | F5 | 33 | 3B |
| Octal | 151 | 140 | 313 | 60 | 65 | 0 | 24 | 365 | 63 | 73 |
| Binary | 1101001 | 1100000 | 11001011 | 110000 | 110101 | 0 | 10100 | 11110101 | 110011 | 111011 |
Color Harmonies of #6960CB
Complementary color
Monochromatic Colors of #6960CB
Black with #6960CB
Text Example
Text Example
White with #6960CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960CB; }
p { color: rgb(105,96,203); }
H1.HeaderClassName
{
color: #6960CB;
}
.AnyTagClassName
{
color: #6960CB;
}
</style>
background-color css
<style>
a { background-color: #6960CB; }
a { background-color: rgb(105,96,203); }
div.DivClassName
{
background-color: #6960CB;
}
.BgClassName
{
background-color: #6960CB;
}
</style>
border-color css
<style>
span { border-color: #6960CB; }
span { border-color: rgb(105,96,203); }
td.TdClassName
{
border-color: #6960CB;
}
.TagClassName
{
border-color: #6960CB;
}
</style>