Shades of Slate Blue #6957CE
Tints of Slate Blue #6957CE
RGB
CMYK
RGB Variations
Color information
#6957CE (or 0x6957CE) is known color: Slate Blue. HEX triplet: 69, 57 and CE. RGB value is (105,87,206). Sum of RGB (Red+Green+Blue) = 105+87+206=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #6957CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957CE is #96A831. Grayscale: #696969. Windows color (decimal): -9873458 or 13522793. OLE color: 13522793.
HSL color Cylindrical-coordinate representation of color #6957CE: hue angle of 249.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6957CE is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 87 | 206 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.19 |
| HSL | 249.08º | 0.55% | 0.57% | - |
| HSV(B) | 249.08º | 0.58% | 0.81% | - |
| XYZ | 20.37 | 14.28 | 60.07 | - |
| YUV | 105.95 | 184.46 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 206 | 0.49 | 0.58 | 0 | 0.19 | 249.08 | 0.55 | 0.57 |
| Hex | 69 | 57 | CE | 31 | 3A | 0 | 13 | F9 | 37 | 39 |
| Octal | 151 | 127 | 316 | 61 | 72 | 0 | 23 | 371 | 67 | 71 |
| Binary | 1101001 | 1010111 | 11001110 | 110001 | 111010 | 0 | 10011 | 11111001 | 110111 | 111001 |
Color Harmonies of #6957CE
Complementary color
Monochromatic Colors of #6957CE
Black with #6957CE
Text Example
Text Example
White with #6957CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6957CE; }
p { color: rgb(105,87,206); }
H1.HeaderClassName
{
color: #6957CE;
}
.AnyTagClassName
{
color: #6957CE;
}
</style>
background-color css
<style>
a { background-color: #6957CE; }
a { background-color: rgb(105,87,206); }
div.DivClassName
{
background-color: #6957CE;
}
.BgClassName
{
background-color: #6957CE;
}
</style>
border-color css
<style>
span { border-color: #6957CE; }
span { border-color: rgb(105,87,206); }
td.TdClassName
{
border-color: #6957CE;
}
.TagClassName
{
border-color: #6957CE;
}
</style>