Shades of Light Slate Blue #6E7AFC
Tints of Light Slate Blue #6E7AFC
RGB
CMYK
RGB Variations
Color information
#6E7AFC (or 0x6E7AFC) is known color: Light Slate Blue. HEX triplet: 6E, 7A and FC. RGB value is (110,122,252). Sum of RGB (Red+Green+Blue) = 110+122+252=484 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.73% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E7AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7AFC is #918503. Grayscale: #848484. Windows color (decimal): -9536772 or 16546414. OLE color: 16546414.
HSL color Cylindrical-coordinate representation of color #6E7AFC: hue angle of 234.93º 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 #6E7AFC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 122 | 252 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.01 |
| HSL | 234.93º | 0.96% | 0.71% | - |
| HSV(B) | 234.93º | 0.56% | 0.99% | - |
| XYZ | 30.96 | 24.26 | 95.15 | - |
| YUV | 133.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 252 | 0.56 | 0.52 | 0 | 0.01 | 234.93 | 0.96 | 0.71 |
| Hex | 6E | 7A | FC | 38 | 34 | 0 | 1 | EB | 60 | 47 |
| Octal | 156 | 172 | 374 | 70 | 64 | 0 | 1 | 353 | 140 | 107 |
| Binary | 1101110 | 1111010 | 11111100 | 111000 | 110100 | 0 | 1 | 11101011 | 1100000 | 1000111 |
Color Harmonies of #6E7AFC
Complementary color
Monochromatic Colors of #6E7AFC
Black with #6E7AFC
Text Example
Text Example
White with #6E7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7AFC; }
p { color: rgb(110,122,252); }
H1.HeaderClassName
{
color: #6E7AFC;
}
.AnyTagClassName
{
color: #6E7AFC;
}
</style>
background-color css
<style>
a { background-color: #6E7AFC; }
a { background-color: rgb(110,122,252); }
div.DivClassName
{
background-color: #6E7AFC;
}
.BgClassName
{
background-color: #6E7AFC;
}
</style>
border-color css
<style>
span { border-color: #6E7AFC; }
span { border-color: rgb(110,122,252); }
td.TdClassName
{
border-color: #6E7AFC;
}
.TagClassName
{
border-color: #6E7AFC;
}
</style>