Shades of Slate Blue #6746DD
Tints of Slate Blue #6746DD
RGB
CMYK
RGB Variations
Color information
#6746DD (or 0x6746DD) is known color: Slate Blue. HEX triplet: 67, 46 and DD. RGB value is (103,70,221). Sum of RGB (Red+Green+Blue) = 103+70+221=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #6746DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746DD is #98B922. Grayscale: #606060. Windows color (decimal): -10008867 or 14501479. OLE color: 14501479.
HSL color Cylindrical-coordinate representation of color #6746DD: hue angle of 253.11º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6746DD is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 70 | 221 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.13 |
| HSL | 253.11º | 0.69% | 0.57% | - |
| HSV(B) | 253.11º | 0.68% | 0.87% | - |
| XYZ | 20.83 | 12.48 | 69.72 | - |
| YUV | 97.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 221 | 0.53 | 0.68 | 0 | 0.13 | 253.11 | 0.69 | 0.57 |
| Hex | 67 | 46 | DD | 35 | 44 | 0 | D | FD | 45 | 39 |
| Octal | 147 | 106 | 335 | 65 | 104 | 0 | 15 | 375 | 105 | 71 |
| Binary | 1100111 | 1000110 | 11011101 | 110101 | 1000100 | 0 | 1101 | 11111101 | 1000101 | 111001 |
Color Harmonies of #6746DD
Complementary color
Monochromatic Colors of #6746DD
Black with #6746DD
Text Example
Text Example
White with #6746DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746DD; }
p { color: rgb(103,70,221); }
H1.HeaderClassName
{
color: #6746DD;
}
.AnyTagClassName
{
color: #6746DD;
}
</style>
background-color css
<style>
a { background-color: #6746DD; }
a { background-color: rgb(103,70,221); }
div.DivClassName
{
background-color: #6746DD;
}
.BgClassName
{
background-color: #6746DD;
}
</style>
border-color css
<style>
span { border-color: #6746DD; }
span { border-color: rgb(103,70,221); }
td.TdClassName
{
border-color: #6746DD;
}
.TagClassName
{
border-color: #6746DD;
}
</style>