Shades of Slate Blue #6740E8
Tints of Slate Blue #6740E8
RGB
CMYK
RGB Variations
Color information
#6740E8 (or 0x6740E8) is known color: Slate Blue. HEX triplet: 67, 40 and E8. RGB value is (103,64,232). Sum of RGB (Red+Green+Blue) = 103+64+232=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #6740E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6740E8 is #98BF17. Grayscale: #5E5E5E. Windows color (decimal): -10010392 or 15220839. OLE color: 15220839.
HSL color Cylindrical-coordinate representation of color #6740E8: hue angle of 253.93º degrees, saturation: 0.79, 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 #6740E8 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 64 | 232 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.09 |
| HSL | 253.93º | 0.79% | 0.58% | - |
| HSV(B) | 253.93º | 0.72% | 0.91% | - |
| XYZ | 21.99 | 12.38 | 77.57 | - |
| YUV | 94.81 | 205.42 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 232 | 0.56 | 0.72 | 0 | 0.09 | 253.93 | 0.79 | 0.58 |
| Hex | 67 | 40 | E8 | 38 | 48 | 0 | 9 | FE | 4F | 3A |
| Octal | 147 | 100 | 350 | 70 | 110 | 0 | 11 | 376 | 117 | 72 |
| Binary | 1100111 | 1000000 | 11101000 | 111000 | 1001000 | 0 | 1001 | 11111110 | 1001111 | 111010 |
Color Harmonies of #6740E8
Complementary color
Monochromatic Colors of #6740E8
Black with #6740E8
Text Example
Text Example
White with #6740E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6740E8; }
p { color: rgb(103,64,232); }
H1.HeaderClassName
{
color: #6740E8;
}
.AnyTagClassName
{
color: #6740E8;
}
</style>
background-color css
<style>
a { background-color: #6740E8; }
a { background-color: rgb(103,64,232); }
div.DivClassName
{
background-color: #6740E8;
}
.BgClassName
{
background-color: #6740E8;
}
</style>
border-color css
<style>
span { border-color: #6740E8; }
span { border-color: rgb(103,64,232); }
td.TdClassName
{
border-color: #6740E8;
}
.TagClassName
{
border-color: #6740E8;
}
</style>