Shades of Light Slate Blue #6E7DFE
Tints of Light Slate Blue #6E7DFE
RGB
CMYK
RGB Variations
Color information
#6E7DFE (or 0x6E7DFE) is known color: Light Slate Blue. HEX triplet: 6E, 7D and FE. RGB value is (110,125,254). Sum of RGB (Red+Green+Blue) = 110+125+254=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E7DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7DFE is #918201. Grayscale: #868686. Windows color (decimal): -9536002 or 16678254. OLE color: 16678254.
HSL color Cylindrical-coordinate representation of color #6E7DFE: hue angle of 233.75º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E7DFE is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 125 | 254 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.00 |
| HSL | 233.75º | 0.99% | 0.71% | - |
| HSV(B) | 233.75º | 0.57% | 1% | - |
| XYZ | 31.65 | 25.14 | 96.95 | - |
| YUV | 135.22 | 195.03 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 254 | 0.57 | 0.51 | 0 | 0.00 | 233.75 | 0.99 | 0.71 |
| Hex | 6E | 7D | FE | 39 | 33 | 0 | 0 | EA | 63 | 47 |
| Octal | 156 | 175 | 376 | 71 | 63 | 0 | 0 | 352 | 143 | 107 |
| Binary | 1101110 | 1111101 | 11111110 | 111001 | 110011 | 0 | 0 | 11101010 | 1100011 | 1000111 |
Color Harmonies of #6E7DFE
Complementary color
Monochromatic Colors of #6E7DFE
Black with #6E7DFE
Text Example
Text Example
White with #6E7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7DFE; }
p { color: rgb(110,125,254); }
H1.HeaderClassName
{
color: #6E7DFE;
}
.AnyTagClassName
{
color: #6E7DFE;
}
</style>
background-color css
<style>
a { background-color: #6E7DFE; }
a { background-color: rgb(110,125,254); }
div.DivClassName
{
background-color: #6E7DFE;
}
.BgClassName
{
background-color: #6E7DFE;
}
</style>
border-color css
<style>
span { border-color: #6E7DFE; }
span { border-color: rgb(110,125,254); }
td.TdClassName
{
border-color: #6E7DFE;
}
.TagClassName
{
border-color: #6E7DFE;
}
</style>