Shades of Light Slate Blue #6F7DFE
Tints of Light Slate Blue #6F7DFE
RGB
CMYK
RGB Variations
Color information
#6F7DFE (or 0x6F7DFE) is known color: Light Slate Blue. HEX triplet: 6F, 7D and FE. RGB value is (111,125,254). Sum of RGB (Red+Green+Blue) = 111+125+254=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F7DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7DFE is #908201. Grayscale: #868686. Windows color (decimal): -9470466 or 16678255. OLE color: 16678255.
HSL color Cylindrical-coordinate representation of color #6F7DFE: hue angle of 234.13º 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 #6F7DFE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 125 | 254 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.00 |
| HSL | 234.13º | 0.99% | 0.72% | - |
| HSV(B) | 234.13º | 0.56% | 1% | - |
| XYZ | 31.78 | 25.2 | 96.96 | - |
| YUV | 135.52 | 194.86 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 254 | 0.56 | 0.51 | 0 | 0.00 | 234.13 | 0.99 | 0.72 |
| Hex | 6F | 7D | FE | 38 | 33 | 0 | 0 | EA | 63 | 48 |
| Octal | 157 | 175 | 376 | 70 | 63 | 0 | 0 | 352 | 143 | 110 |
| Binary | 1101111 | 1111101 | 11111110 | 111000 | 110011 | 0 | 0 | 11101010 | 1100011 | 1001000 |
Color Harmonies of #6F7DFE
Complementary color
Monochromatic Colors of #6F7DFE
Black with #6F7DFE
Text Example
Text Example
White with #6F7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DFE; }
p { color: rgb(111,125,254); }
H1.HeaderClassName
{
color: #6F7DFE;
}
.AnyTagClassName
{
color: #6F7DFE;
}
</style>
background-color css
<style>
a { background-color: #6F7DFE; }
a { background-color: rgb(111,125,254); }
div.DivClassName
{
background-color: #6F7DFE;
}
.BgClassName
{
background-color: #6F7DFE;
}
</style>
border-color css
<style>
span { border-color: #6F7DFE; }
span { border-color: rgb(111,125,254); }
td.TdClassName
{
border-color: #6F7DFE;
}
.TagClassName
{
border-color: #6F7DFE;
}
</style>