Shades of Slate Blue #6960CC
Tints of Slate Blue #6960CC
RGB
CMYK
RGB Variations
Color information
#6960CC (or 0x6960CC) is known color: Slate Blue. HEX triplet: 69, 60 and CC. RGB value is (105,96,204). Sum of RGB (Red+Green+Blue) = 105+96+204=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #6960CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960CC is #969F33. Grayscale: #6E6E6E. Windows color (decimal): -9871156 or 13394025. OLE color: 13394025.
HSL color Cylindrical-coordinate representation of color #6960CC: hue angle of 245º 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 #6960CC is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 96 | 204 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.2 |
| HSL | 245º | 0.51% | 0.59% | - |
| HSV(B) | 245º | 0.53% | 0.8% | - |
| XYZ | 20.91 | 15.73 | 59.06 | - |
| YUV | 111 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 204 | 0.49 | 0.53 | 0 | 0.2 | 245 | 0.51 | 0.59 |
| Hex | 69 | 60 | CC | 31 | 35 | 0 | 14 | F5 | 33 | 3B |
| Octal | 151 | 140 | 314 | 61 | 65 | 0 | 24 | 365 | 63 | 73 |
| Binary | 1101001 | 1100000 | 11001100 | 110001 | 110101 | 0 | 10100 | 11110101 | 110011 | 111011 |
Color Harmonies of #6960CC
Complementary color
Monochromatic Colors of #6960CC
Black with #6960CC
Text Example
Text Example
White with #6960CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960CC; }
p { color: rgb(105,96,204); }
H1.HeaderClassName
{
color: #6960CC;
}
.AnyTagClassName
{
color: #6960CC;
}
</style>
background-color css
<style>
a { background-color: #6960CC; }
a { background-color: rgb(105,96,204); }
div.DivClassName
{
background-color: #6960CC;
}
.BgClassName
{
background-color: #6960CC;
}
</style>
border-color css
<style>
span { border-color: #6960CC; }
span { border-color: rgb(105,96,204); }
td.TdClassName
{
border-color: #6960CC;
}
.TagClassName
{
border-color: #6960CC;
}
</style>