Shades of Slate Blue #6952D9
Tints of Slate Blue #6952D9
RGB
CMYK
RGB Variations
Color information
#6952D9 (or 0x6952D9) is known color: Slate Blue. HEX triplet: 69, 52 and D9. RGB value is (105,82,217). Sum of RGB (Red+Green+Blue) = 105+82+217=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #6952D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952D9 is #96AD26. Grayscale: #676767. Windows color (decimal): -9874727 or 14242409. OLE color: 14242409.
HSL color Cylindrical-coordinate representation of color #6952D9: hue angle of 250.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6952D9 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 82 | 217 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.15 |
| HSL | 250.22º | 0.64% | 0.59% | - |
| HSV(B) | 250.22º | 0.62% | 0.85% | - |
| XYZ | 21.37 | 14.05 | 67.23 | - |
| YUV | 104.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 217 | 0.52 | 0.62 | 0 | 0.15 | 250.22 | 0.64 | 0.59 |
| Hex | 69 | 52 | D9 | 34 | 3E | 0 | F | FA | 40 | 3B |
| Octal | 151 | 122 | 331 | 64 | 76 | 0 | 17 | 372 | 100 | 73 |
| Binary | 1101001 | 1010010 | 11011001 | 110100 | 111110 | 0 | 1111 | 11111010 | 1000000 | 111011 |
Color Harmonies of #6952D9
Complementary color
Monochromatic Colors of #6952D9
Black with #6952D9
Text Example
Text Example
White with #6952D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952D9; }
p { color: rgb(105,82,217); }
H1.HeaderClassName
{
color: #6952D9;
}
.AnyTagClassName
{
color: #6952D9;
}
</style>
background-color css
<style>
a { background-color: #6952D9; }
a { background-color: rgb(105,82,217); }
div.DivClassName
{
background-color: #6952D9;
}
.BgClassName
{
background-color: #6952D9;
}
</style>
border-color css
<style>
span { border-color: #6952D9; }
span { border-color: rgb(105,82,217); }
td.TdClassName
{
border-color: #6952D9;
}
.TagClassName
{
border-color: #6952D9;
}
</style>