Shades of Light Slate Blue #6E7FFC
Tints of Light Slate Blue #6E7FFC
RGB
CMYK
RGB Variations
Color information
#6E7FFC (or 0x6E7FFC) is known color: Light Slate Blue. HEX triplet: 6E, 7F and FC. RGB value is (110,127,252). Sum of RGB (Red+Green+Blue) = 110+127+252=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E7FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7FFC is #918003. Grayscale: #878787. Windows color (decimal): -9535492 or 16547694. OLE color: 16547694.
HSL color Cylindrical-coordinate representation of color #6E7FFC: hue angle of 232.82º 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 #6E7FFC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 127 | 252 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.01 |
| HSL | 232.82º | 0.96% | 0.71% | - |
| HSV(B) | 232.82º | 0.56% | 0.99% | - |
| XYZ | 31.59 | 25.52 | 95.36 | - |
| YUV | 136.17 | 193.37 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 252 | 0.56 | 0.50 | 0 | 0.01 | 232.82 | 0.96 | 0.71 |
| Hex | 6E | 7F | FC | 38 | 32 | 0 | 1 | E9 | 60 | 47 |
| Octal | 156 | 177 | 374 | 70 | 62 | 0 | 1 | 351 | 140 | 107 |
| Binary | 1101110 | 1111111 | 11111100 | 111000 | 110010 | 0 | 1 | 11101001 | 1100000 | 1000111 |
Color Harmonies of #6E7FFC
Complementary color
Monochromatic Colors of #6E7FFC
Black with #6E7FFC
Text Example
Text Example
White with #6E7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FFC; }
p { color: rgb(110,127,252); }
H1.HeaderClassName
{
color: #6E7FFC;
}
.AnyTagClassName
{
color: #6E7FFC;
}
</style>
background-color css
<style>
a { background-color: #6E7FFC; }
a { background-color: rgb(110,127,252); }
div.DivClassName
{
background-color: #6E7FFC;
}
.BgClassName
{
background-color: #6E7FFC;
}
</style>
border-color css
<style>
span { border-color: #6E7FFC; }
span { border-color: rgb(110,127,252); }
td.TdClassName
{
border-color: #6E7FFC;
}
.TagClassName
{
border-color: #6E7FFC;
}
</style>