Shades of Slate Blue #6953DF
Tints of Slate Blue #6953DF
RGB
CMYK
RGB Variations
Color information
#6953DF (or 0x6953DF) is known color: Slate Blue. HEX triplet: 69, 53 and DF. RGB value is (105,83,223). Sum of RGB (Red+Green+Blue) = 105+83+223=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #6953DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953DF is #96AC20. Grayscale: #696969. Windows color (decimal): -9874465 or 14635881. OLE color: 14635881.
HSL color Cylindrical-coordinate representation of color #6953DF: hue angle of 249.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6953DF is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 83 | 223 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.13 |
| HSL | 249.43º | 0.69% | 0.6% | - |
| HSV(B) | 249.43º | 0.63% | 0.87% | - |
| XYZ | 22.24 | 14.52 | 71.44 | - |
| YUV | 105.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 223 | 0.53 | 0.63 | 0 | 0.13 | 249.43 | 0.69 | 0.6 |
| Hex | 69 | 53 | DF | 35 | 3F | 0 | D | F9 | 45 | 3C |
| Octal | 151 | 123 | 337 | 65 | 77 | 0 | 15 | 371 | 105 | 74 |
| Binary | 1101001 | 1010011 | 11011111 | 110101 | 111111 | 0 | 1101 | 11111001 | 1000101 | 111100 |
Color Harmonies of #6953DF
Complementary color
Monochromatic Colors of #6953DF
Black with #6953DF
Text Example
Text Example
White with #6953DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953DF; }
p { color: rgb(105,83,223); }
H1.HeaderClassName
{
color: #6953DF;
}
.AnyTagClassName
{
color: #6953DF;
}
</style>
background-color css
<style>
a { background-color: #6953DF; }
a { background-color: rgb(105,83,223); }
div.DivClassName
{
background-color: #6953DF;
}
.BgClassName
{
background-color: #6953DF;
}
</style>
border-color css
<style>
span { border-color: #6953DF; }
span { border-color: rgb(105,83,223); }
td.TdClassName
{
border-color: #6953DF;
}
.TagClassName
{
border-color: #6953DF;
}
</style>