Shades of Slate Blue #6743E1
Tints of Slate Blue #6743E1
RGB
CMYK
RGB Variations
Color information
#6743E1 (or 0x6743E1) is known color: Slate Blue. HEX triplet: 67, 43 and E1. RGB value is (103,67,225). Sum of RGB (Red+Green+Blue) = 103+67+225=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #6743E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6743E1 is #98BC1E. Grayscale: #5F5F5F. Windows color (decimal): -10009631 or 14762855. OLE color: 14762855.
HSL color Cylindrical-coordinate representation of color #6743E1: hue angle of 253.67º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6743E1 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 67 | 225 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.12 |
| HSL | 253.67º | 0.72% | 0.57% | - |
| HSV(B) | 253.67º | 0.7% | 0.88% | - |
| XYZ | 21.19 | 12.33 | 72.5 | - |
| YUV | 95.78 | 200.93 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 225 | 0.54 | 0.70 | 0 | 0.12 | 253.67 | 0.72 | 0.57 |
| Hex | 67 | 43 | E1 | 36 | 46 | 0 | C | FE | 48 | 39 |
| Octal | 147 | 103 | 341 | 66 | 106 | 0 | 14 | 376 | 110 | 71 |
| Binary | 1100111 | 1000011 | 11100001 | 110110 | 1000110 | 0 | 1100 | 11111110 | 1001000 | 111001 |
Color Harmonies of #6743E1
Complementary color
Monochromatic Colors of #6743E1
Black with #6743E1
Text Example
Text Example
White with #6743E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6743E1; }
p { color: rgb(103,67,225); }
H1.HeaderClassName
{
color: #6743E1;
}
.AnyTagClassName
{
color: #6743E1;
}
</style>
background-color css
<style>
a { background-color: #6743E1; }
a { background-color: rgb(103,67,225); }
div.DivClassName
{
background-color: #6743E1;
}
.BgClassName
{
background-color: #6743E1;
}
</style>
border-color css
<style>
span { border-color: #6743E1; }
span { border-color: rgb(103,67,225); }
td.TdClassName
{
border-color: #6743E1;
}
.TagClassName
{
border-color: #6743E1;
}
</style>