Shades of Slate Blue #6750EA
Tints of Slate Blue #6750EA
RGB
CMYK
RGB Variations
Color information
#6750EA (or 0x6750EA) is known color: Slate Blue. HEX triplet: 67, 50 and EA. RGB value is (103,80,234). Sum of RGB (Red+Green+Blue) = 103+80+234=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #6750EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6750EA is #98AF15. Grayscale: #676767. Windows color (decimal): -10006294 or 15356007. OLE color: 15356007.
HSL color Cylindrical-coordinate representation of color #6750EA: hue angle of 248.96º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6750EA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 80 | 234 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.08 |
| HSL | 248.96º | 0.79% | 0.62% | - |
| HSV(B) | 248.96º | 0.66% | 0.92% | - |
| XYZ | 23.31 | 14.56 | 79.42 | - |
| YUV | 104.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 234 | 0.56 | 0.66 | 0 | 0.08 | 248.96 | 0.79 | 0.62 |
| Hex | 67 | 50 | EA | 38 | 42 | 0 | 8 | F9 | 4F | 3E |
| Octal | 147 | 120 | 352 | 70 | 102 | 0 | 10 | 371 | 117 | 76 |
| Binary | 1100111 | 1010000 | 11101010 | 111000 | 1000010 | 0 | 1000 | 11111001 | 1001111 | 111110 |
Color Harmonies of #6750EA
Complementary color
Monochromatic Colors of #6750EA
Black with #6750EA
Text Example
Text Example
White with #6750EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750EA; }
p { color: rgb(103,80,234); }
H1.HeaderClassName
{
color: #6750EA;
}
.AnyTagClassName
{
color: #6750EA;
}
</style>
background-color css
<style>
a { background-color: #6750EA; }
a { background-color: rgb(103,80,234); }
div.DivClassName
{
background-color: #6750EA;
}
.BgClassName
{
background-color: #6750EA;
}
</style>
border-color css
<style>
span { border-color: #6750EA; }
span { border-color: rgb(103,80,234); }
td.TdClassName
{
border-color: #6750EA;
}
.TagClassName
{
border-color: #6750EA;
}
</style>