Shades of Slate Blue #6961CC
Tints of Slate Blue #6961CC
RGB
CMYK
RGB Variations
Color information
#6961CC (or 0x6961CC) is known color: Slate Blue. HEX triplet: 69, 61 and CC. RGB value is (105,97,204). Sum of RGB (Red+Green+Blue) = 105+97+204=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #6961CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961CC is #969E33. Grayscale: #6F6F6F. Windows color (decimal): -9870900 or 13394281. OLE color: 13394281.
HSL color Cylindrical-coordinate representation of color #6961CC: hue angle of 244.49º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6961CC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 97 | 204 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.2 |
| HSL | 244.49º | 0.51% | 0.59% | - |
| HSV(B) | 244.49º | 0.52% | 0.8% | - |
| XYZ | 21 | 15.91 | 59.09 | - |
| YUV | 111.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 204 | 0.49 | 0.52 | 0 | 0.2 | 244.49 | 0.51 | 0.59 |
| Hex | 69 | 61 | CC | 31 | 34 | 0 | 14 | F4 | 33 | 3B |
| Octal | 151 | 141 | 314 | 61 | 64 | 0 | 24 | 364 | 63 | 73 |
| Binary | 1101001 | 1100001 | 11001100 | 110001 | 110100 | 0 | 10100 | 11110100 | 110011 | 111011 |
Color Harmonies of #6961CC
Complementary color
Monochromatic Colors of #6961CC
Black with #6961CC
Text Example
Text Example
White with #6961CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6961CC; }
p { color: rgb(105,97,204); }
H1.HeaderClassName
{
color: #6961CC;
}
.AnyTagClassName
{
color: #6961CC;
}
</style>
background-color css
<style>
a { background-color: #6961CC; }
a { background-color: rgb(105,97,204); }
div.DivClassName
{
background-color: #6961CC;
}
.BgClassName
{
background-color: #6961CC;
}
</style>
border-color css
<style>
span { border-color: #6961CC; }
span { border-color: rgb(105,97,204); }
td.TdClassName
{
border-color: #6961CC;
}
.TagClassName
{
border-color: #6961CC;
}
</style>