Shades of Slate Blue #6743DD
Tints of Slate Blue #6743DD
RGB
CMYK
RGB Variations
Color information
#6743DD (or 0x6743DD) is known color: Slate Blue. HEX triplet: 67, 43 and DD. RGB value is (103,67,221). Sum of RGB (Red+Green+Blue) = 103+67+221=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #6743DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6743DD is #98BC22. Grayscale: #5E5E5E. Windows color (decimal): -10009635 or 14500711. OLE color: 14500711.
HSL color Cylindrical-coordinate representation of color #6743DD: hue angle of 254.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6743DD is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 67 | 221 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.13 |
| HSL | 254.03º | 0.69% | 0.56% | - |
| HSV(B) | 254.03º | 0.7% | 0.87% | - |
| XYZ | 20.65 | 12.12 | 69.66 | - |
| YUV | 95.32 | 198.93 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 221 | 0.53 | 0.70 | 0 | 0.13 | 254.03 | 0.69 | 0.56 |
| Hex | 67 | 43 | DD | 35 | 46 | 0 | D | FE | 45 | 38 |
| Octal | 147 | 103 | 335 | 65 | 106 | 0 | 15 | 376 | 105 | 70 |
| Binary | 1100111 | 1000011 | 11011101 | 110101 | 1000110 | 0 | 1101 | 11111110 | 1000101 | 111000 |
Color Harmonies of #6743DD
Complementary color
Monochromatic Colors of #6743DD
Black with #6743DD
Text Example
Text Example
White with #6743DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6743DD; }
p { color: rgb(103,67,221); }
H1.HeaderClassName
{
color: #6743DD;
}
.AnyTagClassName
{
color: #6743DD;
}
</style>
background-color css
<style>
a { background-color: #6743DD; }
a { background-color: rgb(103,67,221); }
div.DivClassName
{
background-color: #6743DD;
}
.BgClassName
{
background-color: #6743DD;
}
</style>
border-color css
<style>
span { border-color: #6743DD; }
span { border-color: rgb(103,67,221); }
td.TdClassName
{
border-color: #6743DD;
}
.TagClassName
{
border-color: #6743DD;
}
</style>