Shades of Light Slate Blue #6C7EFF
Tints of Light Slate Blue #6C7EFF
RGB
CMYK
RGB Variations
Color information
#6C7EFF (or 0x6C7EFF) is known color: Light Slate Blue. HEX triplet: 6C, 7E and FF. RGB value is (108,126,255). Sum of RGB (Red+Green+Blue) = 108+126+255=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C7EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7EFF is #938100. Grayscale: #868686. Windows color (decimal): -9666817 or 16744044. OLE color: 16744044.
HSL color Cylindrical-coordinate representation of color #6C7EFF: hue angle of 232.65º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C7EFF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 126 | 255 | - |
| CMYK | 0.58 | 0.51 | 0 | 0 |
| HSL | 232.65º | 1% | 0.71% | - |
| HSV(B) | 232.65º | 0.58% | 1% | - |
| XYZ | 31.7 | 25.33 | 97.83 | - |
| YUV | 135.32 | 195.54 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 255 | 0.58 | 0.51 | 0 | 0 | 232.65 | 1 | 0.71 |
| Hex | 6C | 7E | FF | 3A | 33 | 0 | 0 | E9 | 64 | 47 |
| Octal | 154 | 176 | 377 | 72 | 63 | 0 | 0 | 351 | 144 | 107 |
| Binary | 1101100 | 1111110 | 11111111 | 111010 | 110011 | 0 | 0 | 11101001 | 1100100 | 1000111 |
Color Harmonies of #6C7EFF
Complementary color
Monochromatic Colors of #6C7EFF
Black with #6C7EFF
Text Example
Text Example
White with #6C7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7EFF; }
p { color: rgb(108,126,255); }
H1.HeaderClassName
{
color: #6C7EFF;
}
.AnyTagClassName
{
color: #6C7EFF;
}
</style>
background-color css
<style>
a { background-color: #6C7EFF; }
a { background-color: rgb(108,126,255); }
div.DivClassName
{
background-color: #6C7EFF;
}
.BgClassName
{
background-color: #6C7EFF;
}
</style>
border-color css
<style>
span { border-color: #6C7EFF; }
span { border-color: rgb(108,126,255); }
td.TdClassName
{
border-color: #6C7EFF;
}
.TagClassName
{
border-color: #6C7EFF;
}
</style>