Shades of Slate Blue #6957DF
Tints of Slate Blue #6957DF
RGB
CMYK
RGB Variations
Color information
#6957DF (or 0x6957DF) is known color: Slate Blue. HEX triplet: 69, 57 and DF. RGB value is (105,87,223). Sum of RGB (Red+Green+Blue) = 105+87+223=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #6957DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957DF is #96A820. Grayscale: #6B6B6B. Windows color (decimal): -9873441 or 14636905. OLE color: 14636905.
HSL color Cylindrical-coordinate representation of color #6957DF: hue angle of 247.94º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6957DF is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 87 | 223 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.13 |
| HSL | 247.94º | 0.68% | 0.61% | - |
| HSV(B) | 247.94º | 0.61% | 0.87% | - |
| XYZ | 22.55 | 15.15 | 71.55 | - |
| YUV | 107.89 | 192.96 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 223 | 0.53 | 0.61 | 0 | 0.13 | 247.94 | 0.68 | 0.61 |
| Hex | 69 | 57 | DF | 35 | 3D | 0 | D | F8 | 44 | 3D |
| Octal | 151 | 127 | 337 | 65 | 75 | 0 | 15 | 370 | 104 | 75 |
| Binary | 1101001 | 1010111 | 11011111 | 110101 | 111101 | 0 | 1101 | 11111000 | 1000100 | 111101 |
Color Harmonies of #6957DF
Complementary color
Monochromatic Colors of #6957DF
Black with #6957DF
Text Example
Text Example
White with #6957DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6957DF; }
p { color: rgb(105,87,223); }
H1.HeaderClassName
{
color: #6957DF;
}
.AnyTagClassName
{
color: #6957DF;
}
</style>
background-color css
<style>
a { background-color: #6957DF; }
a { background-color: rgb(105,87,223); }
div.DivClassName
{
background-color: #6957DF;
}
.BgClassName
{
background-color: #6957DF;
}
</style>
border-color css
<style>
span { border-color: #6957DF; }
span { border-color: rgb(105,87,223); }
td.TdClassName
{
border-color: #6957DF;
}
.TagClassName
{
border-color: #6957DF;
}
</style>