Shades of Slate Blue #6952DB
Tints of Slate Blue #6952DB
RGB
CMYK
RGB Variations
Color information
#6952DB (or 0x6952DB) is known color: Slate Blue. HEX triplet: 69, 52 and DB. RGB value is (105,82,219). Sum of RGB (Red+Green+Blue) = 105+82+219=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6952DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952DB is #96AD24. Grayscale: #676767. Windows color (decimal): -9874725 or 14373481. OLE color: 14373481.
HSL color Cylindrical-coordinate representation of color #6952DB: hue angle of 250.07º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6952DB is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 82 | 219 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.14 |
| HSL | 250.07º | 0.66% | 0.59% | - |
| HSV(B) | 250.07º | 0.63% | 0.86% | - |
| XYZ | 21.63 | 14.15 | 68.61 | - |
| YUV | 104.5 | 192.62 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 219 | 0.52 | 0.63 | 0 | 0.14 | 250.07 | 0.66 | 0.59 |
| Hex | 69 | 52 | DB | 34 | 3F | 0 | E | FA | 42 | 3B |
| Octal | 151 | 122 | 333 | 64 | 77 | 0 | 16 | 372 | 102 | 73 |
| Binary | 1101001 | 1010010 | 11011011 | 110100 | 111111 | 0 | 1110 | 11111010 | 1000010 | 111011 |
Color Harmonies of #6952DB
Complementary color
Monochromatic Colors of #6952DB
Black with #6952DB
Text Example
Text Example
White with #6952DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952DB; }
p { color: rgb(105,82,219); }
H1.HeaderClassName
{
color: #6952DB;
}
.AnyTagClassName
{
color: #6952DB;
}
</style>
background-color css
<style>
a { background-color: #6952DB; }
a { background-color: rgb(105,82,219); }
div.DivClassName
{
background-color: #6952DB;
}
.BgClassName
{
background-color: #6952DB;
}
</style>
border-color css
<style>
span { border-color: #6952DB; }
span { border-color: rgb(105,82,219); }
td.TdClassName
{
border-color: #6952DB;
}
.TagClassName
{
border-color: #6952DB;
}
</style>