Shades of Slate Blue #6959C1
Tints of Slate Blue #6959C1
RGB
CMYK
RGB Variations
Color information
#6959C1 (or 0x6959C1) is known color: Slate Blue. HEX triplet: 69, 59 and C1. RGB value is (105,89,193). Sum of RGB (Red+Green+Blue) = 105+89+193=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #6959C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959C1 is #96A63E. Grayscale: #696969. Windows color (decimal): -9872959 or 12671337. OLE color: 12671337.
HSL color Cylindrical-coordinate representation of color #6959C1: hue angle of 249.23º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6959C1 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 89 | 193 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.24 |
| HSL | 249.23º | 0.46% | 0.55% | - |
| HSV(B) | 249.23º | 0.54% | 0.76% | - |
| XYZ | 19.02 | 14 | 52.15 | - |
| YUV | 105.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 193 | 0.46 | 0.54 | 0 | 0.24 | 249.23 | 0.46 | 0.55 |
| Hex | 69 | 59 | C1 | 2E | 36 | 0 | 18 | F9 | 2E | 37 |
| Octal | 151 | 131 | 301 | 56 | 66 | 0 | 30 | 371 | 56 | 67 |
| Binary | 1101001 | 1011001 | 11000001 | 101110 | 110110 | 0 | 11000 | 11111001 | 101110 | 110111 |
Color Harmonies of #6959C1
Complementary color
Monochromatic Colors of #6959C1
Black with #6959C1
Text Example
Text Example
White with #6959C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6959C1; }
p { color: rgb(105,89,193); }
H1.HeaderClassName
{
color: #6959C1;
}
.AnyTagClassName
{
color: #6959C1;
}
</style>
background-color css
<style>
a { background-color: #6959C1; }
a { background-color: rgb(105,89,193); }
div.DivClassName
{
background-color: #6959C1;
}
.BgClassName
{
background-color: #6959C1;
}
</style>
border-color css
<style>
span { border-color: #6959C1; }
span { border-color: rgb(105,89,193); }
td.TdClassName
{
border-color: #6959C1;
}
.TagClassName
{
border-color: #6959C1;
}
</style>