Shades of Slate Blue #6340E7
Tints of Slate Blue #6340E7
RGB
CMYK
RGB Variations
Color information
#6340E7 (or 0x6340E7) is known color: Slate Blue. HEX triplet: 63, 40 and E7. RGB value is (99,64,231). Sum of RGB (Red+Green+Blue) = 99+64+231=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #6340E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6340E7 is #9CBF18. Grayscale: #5C5C5C. Windows color (decimal): -10272537 or 15155299. OLE color: 15155299.
HSL color Cylindrical-coordinate representation of color #6340E7: hue angle of 252.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6340E7 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 64 | 231 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.09 |
| HSL | 252.57º | 0.78% | 0.58% | - |
| HSV(B) | 252.57º | 0.72% | 0.91% | - |
| XYZ | 21.4 | 12.09 | 76.81 | - |
| YUV | 93.5 | 205.6 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 231 | 0.57 | 0.72 | 0 | 0.09 | 252.57 | 0.78 | 0.58 |
| Hex | 63 | 40 | E7 | 39 | 48 | 0 | 9 | FD | 4E | 3A |
| Octal | 143 | 100 | 347 | 71 | 110 | 0 | 11 | 375 | 116 | 72 |
| Binary | 1100011 | 1000000 | 11100111 | 111001 | 1001000 | 0 | 1001 | 11111101 | 1001110 | 111010 |
Color Harmonies of #6340E7
Complementary color
Monochromatic Colors of #6340E7
Black with #6340E7
Text Example
Text Example
White with #6340E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6340E7; }
p { color: rgb(99,64,231); }
H1.HeaderClassName
{
color: #6340E7;
}
.AnyTagClassName
{
color: #6340E7;
}
</style>
background-color css
<style>
a { background-color: #6340E7; }
a { background-color: rgb(99,64,231); }
div.DivClassName
{
background-color: #6340E7;
}
.BgClassName
{
background-color: #6340E7;
}
</style>
border-color css
<style>
span { border-color: #6340E7; }
span { border-color: rgb(99,64,231); }
td.TdClassName
{
border-color: #6340E7;
}
.TagClassName
{
border-color: #6340E7;
}
</style>