Shades of Light Slate Blue #6C7EFE
Tints of Light Slate Blue #6C7EFE
RGB
CMYK
RGB Variations
Color information
#6C7EFE (or 0x6C7EFE) is known color: Light Slate Blue. HEX triplet: 6C, 7E and FE. RGB value is (108,126,254). Sum of RGB (Red+Green+Blue) = 108+126+254=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C7EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7EFE is #938101. Grayscale: #868686. Windows color (decimal): -9666818 or 16678508. OLE color: 16678508.
HSL color Cylindrical-coordinate representation of color #6C7EFE: hue angle of 232.6º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7EFE is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 126 | 254 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.00 |
| HSL | 232.6º | 0.99% | 0.71% | - |
| HSV(B) | 232.6º | 0.57% | 1% | - |
| XYZ | 31.53 | 25.27 | 96.98 | - |
| YUV | 135.21 | 195.04 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 254 | 0.57 | 0.50 | 0 | 0.00 | 232.6 | 0.99 | 0.71 |
| Hex | 6C | 7E | FE | 39 | 32 | 0 | 0 | E9 | 63 | 47 |
| Octal | 154 | 176 | 376 | 71 | 62 | 0 | 0 | 351 | 143 | 107 |
| Binary | 1101100 | 1111110 | 11111110 | 111001 | 110010 | 0 | 0 | 11101001 | 1100011 | 1000111 |
Color Harmonies of #6C7EFE
Complementary color
Monochromatic Colors of #6C7EFE
Black with #6C7EFE
Text Example
Text Example
White with #6C7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7EFE; }
p { color: rgb(108,126,254); }
H1.HeaderClassName
{
color: #6C7EFE;
}
.AnyTagClassName
{
color: #6C7EFE;
}
</style>
background-color css
<style>
a { background-color: #6C7EFE; }
a { background-color: rgb(108,126,254); }
div.DivClassName
{
background-color: #6C7EFE;
}
.BgClassName
{
background-color: #6C7EFE;
}
</style>
border-color css
<style>
span { border-color: #6C7EFE; }
span { border-color: rgb(108,126,254); }
td.TdClassName
{
border-color: #6C7EFE;
}
.TagClassName
{
border-color: #6C7EFE;
}
</style>