Shades of Slate Blue #6948DF
Tints of Slate Blue #6948DF
RGB
CMYK
RGB Variations
Color information
#6948DF (or 0x6948DF) is known color: Slate Blue. HEX triplet: 69, 48 and DF. RGB value is (105,72,223). Sum of RGB (Red+Green+Blue) = 105+72+223=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #6948DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6948DF is #96B720. Grayscale: #626262. Windows color (decimal): -9877281 or 14633065. OLE color: 14633065.
HSL color Cylindrical-coordinate representation of color #6948DF: hue angle of 253.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6948DF is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 72 | 223 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.13 |
| HSL | 253.11º | 0.7% | 0.58% | - |
| HSV(B) | 253.11º | 0.68% | 0.87% | - |
| XYZ | 21.46 | 12.97 | 71.18 | - |
| YUV | 99.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 223 | 0.53 | 0.68 | 0 | 0.13 | 253.11 | 0.7 | 0.58 |
| Hex | 69 | 48 | DF | 35 | 44 | 0 | D | FD | 46 | 3A |
| Octal | 151 | 110 | 337 | 65 | 104 | 0 | 15 | 375 | 106 | 72 |
| Binary | 1101001 | 1001000 | 11011111 | 110101 | 1000100 | 0 | 1101 | 11111101 | 1000110 | 111010 |
Color Harmonies of #6948DF
Complementary color
Monochromatic Colors of #6948DF
Black with #6948DF
Text Example
Text Example
White with #6948DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6948DF; }
p { color: rgb(105,72,223); }
H1.HeaderClassName
{
color: #6948DF;
}
.AnyTagClassName
{
color: #6948DF;
}
</style>
background-color css
<style>
a { background-color: #6948DF; }
a { background-color: rgb(105,72,223); }
div.DivClassName
{
background-color: #6948DF;
}
.BgClassName
{
background-color: #6948DF;
}
</style>
border-color css
<style>
span { border-color: #6948DF; }
span { border-color: rgb(105,72,223); }
td.TdClassName
{
border-color: #6948DF;
}
.TagClassName
{
border-color: #6948DF;
}
</style>