Shades of Light Slate Blue #6E7BFF
Tints of Light Slate Blue #6E7BFF
RGB
CMYK
RGB Variations
Color information
#6E7BFF (or 0x6E7BFF) is known color: Light Slate Blue. HEX triplet: 6E, 7B and FF. RGB value is (110,123,255). Sum of RGB (Red+Green+Blue) = 110+123+255=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E7BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7BFF is #918400. Grayscale: #858585. Windows color (decimal): -9536513 or 16743278. OLE color: 16743278.
HSL color Cylindrical-coordinate representation of color #6E7BFF: hue angle of 234.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E7BFF is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 123 | 255 | - |
| CMYK | 0.57 | 0.52 | 0 | 0 |
| HSL | 234.62º | 1% | 0.72% | - |
| HSV(B) | 234.62º | 0.57% | 1% | - |
| XYZ | 31.56 | 24.7 | 97.71 | - |
| YUV | 134.16 | 196.19 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 255 | 0.57 | 0.52 | 0 | 0 | 234.62 | 1 | 0.72 |
| Hex | 6E | 7B | FF | 39 | 34 | 0 | 0 | EB | 64 | 48 |
| Octal | 156 | 173 | 377 | 71 | 64 | 0 | 0 | 353 | 144 | 110 |
| Binary | 1101110 | 1111011 | 11111111 | 111001 | 110100 | 0 | 0 | 11101011 | 1100100 | 1001000 |
Color Harmonies of #6E7BFF
Complementary color
Monochromatic Colors of #6E7BFF
Black with #6E7BFF
Text Example
Text Example
White with #6E7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7BFF; }
p { color: rgb(110,123,255); }
H1.HeaderClassName
{
color: #6E7BFF;
}
.AnyTagClassName
{
color: #6E7BFF;
}
</style>
background-color css
<style>
a { background-color: #6E7BFF; }
a { background-color: rgb(110,123,255); }
div.DivClassName
{
background-color: #6E7BFF;
}
.BgClassName
{
background-color: #6E7BFF;
}
</style>
border-color css
<style>
span { border-color: #6E7BFF; }
span { border-color: rgb(110,123,255); }
td.TdClassName
{
border-color: #6E7BFF;
}
.TagClassName
{
border-color: #6E7BFF;
}
</style>