Shades of Light Slate Blue #6E7EFB
Tints of Light Slate Blue #6E7EFB
RGB
CMYK
RGB Variations
Color information
#6E7EFB (or 0x6E7EFB) is known color: Light Slate Blue. HEX triplet: 6E, 7E and FB. RGB value is (110,126,251). Sum of RGB (Red+Green+Blue) = 110+126+251=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E7EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7EFB is #918104. Grayscale: #868686. Windows color (decimal): -9535749 or 16481902. OLE color: 16481902.
HSL color Cylindrical-coordinate representation of color #6E7EFB: hue angle of 233.19º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7EFB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 126 | 251 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.02 |
| HSL | 233.19º | 0.95% | 0.71% | - |
| HSV(B) | 233.19º | 0.56% | 0.98% | - |
| XYZ | 31.3 | 25.2 | 94.48 | - |
| YUV | 135.47 | 193.2 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 251 | 0.56 | 0.50 | 0 | 0.02 | 233.19 | 0.95 | 0.71 |
| Hex | 6E | 7E | FB | 38 | 32 | 0 | 2 | E9 | 5F | 47 |
| Octal | 156 | 176 | 373 | 70 | 62 | 0 | 2 | 351 | 137 | 107 |
| Binary | 1101110 | 1111110 | 11111011 | 111000 | 110010 | 0 | 10 | 11101001 | 1011111 | 1000111 |
Color Harmonies of #6E7EFB
Complementary color
Monochromatic Colors of #6E7EFB
Black with #6E7EFB
Text Example
Text Example
White with #6E7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7EFB; }
p { color: rgb(110,126,251); }
H1.HeaderClassName
{
color: #6E7EFB;
}
.AnyTagClassName
{
color: #6E7EFB;
}
</style>
background-color css
<style>
a { background-color: #6E7EFB; }
a { background-color: rgb(110,126,251); }
div.DivClassName
{
background-color: #6E7EFB;
}
.BgClassName
{
background-color: #6E7EFB;
}
</style>
border-color css
<style>
span { border-color: #6E7EFB; }
span { border-color: rgb(110,126,251); }
td.TdClassName
{
border-color: #6E7EFB;
}
.TagClassName
{
border-color: #6E7EFB;
}
</style>