Shades of Light Slate Blue #6F7CFE
Tints of Light Slate Blue #6F7CFE
RGB
CMYK
RGB Variations
Color information
#6F7CFE (or 0x6F7CFE) is known color: Light Slate Blue. HEX triplet: 6F, 7C and FE. RGB value is (111,124,254). Sum of RGB (Red+Green+Blue) = 111+124+254=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F7CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7CFE is #908301. Grayscale: #868686. Windows color (decimal): -9470722 or 16677999. OLE color: 16677999.
HSL color Cylindrical-coordinate representation of color #6F7CFE: hue angle of 234.55º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7CFE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 124 | 254 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.00 |
| HSL | 234.55º | 0.99% | 0.72% | - |
| HSV(B) | 234.55º | 0.56% | 1% | - |
| XYZ | 31.65 | 24.95 | 96.91 | - |
| YUV | 134.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 254 | 0.56 | 0.51 | 0 | 0.00 | 234.55 | 0.99 | 0.72 |
| Hex | 6F | 7C | FE | 38 | 33 | 0 | 0 | EB | 63 | 48 |
| Octal | 157 | 174 | 376 | 70 | 63 | 0 | 0 | 353 | 143 | 110 |
| Binary | 1101111 | 1111100 | 11111110 | 111000 | 110011 | 0 | 0 | 11101011 | 1100011 | 1001000 |
Color Harmonies of #6F7CFE
Complementary color
Monochromatic Colors of #6F7CFE
Black with #6F7CFE
Text Example
Text Example
White with #6F7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7CFE; }
p { color: rgb(111,124,254); }
H1.HeaderClassName
{
color: #6F7CFE;
}
.AnyTagClassName
{
color: #6F7CFE;
}
</style>
background-color css
<style>
a { background-color: #6F7CFE; }
a { background-color: rgb(111,124,254); }
div.DivClassName
{
background-color: #6F7CFE;
}
.BgClassName
{
background-color: #6F7CFE;
}
</style>
border-color css
<style>
span { border-color: #6F7CFE; }
span { border-color: rgb(111,124,254); }
td.TdClassName
{
border-color: #6F7CFE;
}
.TagClassName
{
border-color: #6F7CFE;
}
</style>