Shades of Light Slate Blue #6F70FE
Tints of Light Slate Blue #6F70FE
RGB
CMYK
RGB Variations
Color information
#6F70FE (or 0x6F70FE) is known color: Light Slate Blue. HEX triplet: 6F, 70 and FE. RGB value is (111,112,254). Sum of RGB (Red+Green+Blue) = 111+112+254=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F70FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F70FE is #908F01. Grayscale: #7F7F7F. Windows color (decimal): -9473794 or 16674927. OLE color: 16674927.
HSL color Cylindrical-coordinate representation of color #6F70FE: hue angle of 239.58º 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 #6F70FE is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 112 | 254 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.00 |
| HSL | 239.58º | 0.99% | 0.72% | - |
| HSV(B) | 239.58º | 0.56% | 1% | - |
| XYZ | 30.24 | 22.12 | 96.44 | - |
| YUV | 127.89 | 199.17 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 254 | 0.56 | 0.56 | 0 | 0.00 | 239.58 | 0.99 | 0.72 |
| Hex | 6F | 70 | FE | 38 | 38 | 0 | 0 | F0 | 63 | 48 |
| Octal | 157 | 160 | 376 | 70 | 70 | 0 | 0 | 360 | 143 | 110 |
| Binary | 1101111 | 1110000 | 11111110 | 111000 | 111000 | 0 | 0 | 11110000 | 1100011 | 1001000 |
Color Harmonies of #6F70FE
Complementary color
Monochromatic Colors of #6F70FE
Black with #6F70FE
Text Example
Text Example
White with #6F70FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F70FE; }
p { color: rgb(111,112,254); }
H1.HeaderClassName
{
color: #6F70FE;
}
.AnyTagClassName
{
color: #6F70FE;
}
</style>
background-color css
<style>
a { background-color: #6F70FE; }
a { background-color: rgb(111,112,254); }
div.DivClassName
{
background-color: #6F70FE;
}
.BgClassName
{
background-color: #6F70FE;
}
</style>
border-color css
<style>
span { border-color: #6F70FE; }
span { border-color: rgb(111,112,254); }
td.TdClassName
{
border-color: #6F70FE;
}
.TagClassName
{
border-color: #6F70FE;
}
</style>