Shades of Light Slate Blue #6E7EFC
Tints of Light Slate Blue #6E7EFC
RGB
CMYK
RGB Variations
Color information
#6E7EFC (or 0x6E7EFC) is known color: Light Slate Blue. HEX triplet: 6E, 7E and FC. RGB value is (110,126,252). Sum of RGB (Red+Green+Blue) = 110+126+252=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E7EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7EFC is #918103. Grayscale: #878787. Windows color (decimal): -9535748 or 16547438. OLE color: 16547438.
HSL color Cylindrical-coordinate representation of color #6E7EFC: hue angle of 233.24º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7EFC is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 126 | 252 | - |
| CMYK | 0.56 | 0.5 | 0 | 0.01 |
| HSL | 233.24º | 0.96% | 0.71% | - |
| HSV(B) | 233.24º | 0.56% | 0.99% | - |
| XYZ | 31.46 | 25.26 | 95.31 | - |
| YUV | 135.58 | 193.7 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 252 | 0.56 | 0.5 | 0 | 0.01 | 233.24 | 0.96 | 0.71 |
| Hex | 6E | 7E | FC | 38 | 32 | 0 | 1 | E9 | 60 | 47 |
| Octal | 156 | 176 | 374 | 70 | 62 | 0 | 1 | 351 | 140 | 107 |
| Binary | 1101110 | 1111110 | 11111100 | 111000 | 110010 | 0 | 1 | 11101001 | 1100000 | 1000111 |
Color Harmonies of #6E7EFC
Complementary color
Monochromatic Colors of #6E7EFC
Black with #6E7EFC
Text Example
Text Example
White with #6E7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7EFC; }
p { color: rgb(110,126,252); }
H1.HeaderClassName
{
color: #6E7EFC;
}
.AnyTagClassName
{
color: #6E7EFC;
}
</style>
background-color css
<style>
a { background-color: #6E7EFC; }
a { background-color: rgb(110,126,252); }
div.DivClassName
{
background-color: #6E7EFC;
}
.BgClassName
{
background-color: #6E7EFC;
}
</style>
border-color css
<style>
span { border-color: #6E7EFC; }
span { border-color: rgb(110,126,252); }
td.TdClassName
{
border-color: #6E7EFC;
}
.TagClassName
{
border-color: #6E7EFC;
}
</style>