Shades of Slate Blue #6752E7
Tints of Slate Blue #6752E7
RGB
CMYK
RGB Variations
Color information
#6752E7 (or 0x6752E7) is known color: Slate Blue. HEX triplet: 67, 52 and E7. RGB value is (103,82,231). Sum of RGB (Red+Green+Blue) = 103+82+231=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 231 (90.62% from 255 or 55.53% from 416); Max value from RGB is 231 - color contains mainly: blue. Hex color #6752E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6752E7 is #98AD18. Grayscale: #686868. Windows color (decimal): -10005785 or 15159911. OLE color: 15159911.
HSL color Cylindrical-coordinate representation of color #6752E7: hue angle of 248.46º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6752E7 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 82 | 231 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.09 |
| HSL | 248.46º | 0.76% | 0.61% | - |
| HSV(B) | 248.46º | 0.65% | 0.91% | - |
| XYZ | 23.03 | 14.69 | 77.22 | - |
| YUV | 105.27 | 198.96 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 231 | 0.55 | 0.65 | 0 | 0.09 | 248.46 | 0.76 | 0.61 |
| Hex | 67 | 52 | E7 | 37 | 41 | 0 | 9 | F8 | 4C | 3D |
| Octal | 147 | 122 | 347 | 67 | 101 | 0 | 11 | 370 | 114 | 75 |
| Binary | 1100111 | 1010010 | 11100111 | 110111 | 1000001 | 0 | 1001 | 11111000 | 1001100 | 111101 |
Color Harmonies of #6752E7
Complementary color
Monochromatic Colors of #6752E7
Black with #6752E7
Text Example
Text Example
White with #6752E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6752E7; }
p { color: rgb(103,82,231); }
H1.HeaderClassName
{
color: #6752E7;
}
.AnyTagClassName
{
color: #6752E7;
}
</style>
background-color css
<style>
a { background-color: #6752E7; }
a { background-color: rgb(103,82,231); }
div.DivClassName
{
background-color: #6752E7;
}
.BgClassName
{
background-color: #6752E7;
}
</style>
border-color css
<style>
span { border-color: #6752E7; }
span { border-color: rgb(103,82,231); }
td.TdClassName
{
border-color: #6752E7;
}
.TagClassName
{
border-color: #6752E7;
}
</style>