Shades of Slate Blue #6953DC
Tints of Slate Blue #6953DC
RGB
CMYK
RGB Variations
Color information
#6953DC (or 0x6953DC) is known color: Slate Blue. HEX triplet: 69, 53 and DC. RGB value is (105,83,220). Sum of RGB (Red+Green+Blue) = 105+83+220=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6953DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953DC is #96AC23. Grayscale: #686868. Windows color (decimal): -9874468 or 14439273. OLE color: 14439273.
HSL color Cylindrical-coordinate representation of color #6953DC: hue angle of 249.64º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6953DC is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 83 | 220 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.14 |
| HSL | 249.64º | 0.66% | 0.59% | - |
| HSV(B) | 249.64º | 0.62% | 0.86% | - |
| XYZ | 21.84 | 14.36 | 69.33 | - |
| YUV | 105.2 | 192.79 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 220 | 0.52 | 0.62 | 0 | 0.14 | 249.64 | 0.66 | 0.59 |
| Hex | 69 | 53 | DC | 34 | 3E | 0 | E | FA | 42 | 3B |
| Octal | 151 | 123 | 334 | 64 | 76 | 0 | 16 | 372 | 102 | 73 |
| Binary | 1101001 | 1010011 | 11011100 | 110100 | 111110 | 0 | 1110 | 11111010 | 1000010 | 111011 |
Color Harmonies of #6953DC
Complementary color
Monochromatic Colors of #6953DC
Black with #6953DC
Text Example
Text Example
White with #6953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953DC; }
p { color: rgb(105,83,220); }
H1.HeaderClassName
{
color: #6953DC;
}
.AnyTagClassName
{
color: #6953DC;
}
</style>
background-color css
<style>
a { background-color: #6953DC; }
a { background-color: rgb(105,83,220); }
div.DivClassName
{
background-color: #6953DC;
}
.BgClassName
{
background-color: #6953DC;
}
</style>
border-color css
<style>
span { border-color: #6953DC; }
span { border-color: rgb(105,83,220); }
td.TdClassName
{
border-color: #6953DC;
}
.TagClassName
{
border-color: #6953DC;
}
</style>