Shades of Light Slate Blue #6F7CFD
Tints of Light Slate Blue #6F7CFD
RGB
CMYK
RGB Variations
Color information
#6F7CFD (or 0x6F7CFD) is known color: Light Slate Blue. HEX triplet: 6F, 7C and FD. RGB value is (111,124,253). Sum of RGB (Red+Green+Blue) = 111+124+253=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F7CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7CFD is #908302. Grayscale: #868686. Windows color (decimal): -9470723 or 16612463. OLE color: 16612463.
HSL color Cylindrical-coordinate representation of color #6F7CFD: hue angle of 234.51º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7CFD is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 124 | 253 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.01 |
| HSL | 234.51º | 0.97% | 0.71% | - |
| HSV(B) | 234.51º | 0.56% | 0.99% | - |
| XYZ | 31.49 | 24.89 | 96.07 | - |
| YUV | 134.82 | 194.69 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 253 | 0.56 | 0.51 | 0 | 0.01 | 234.51 | 0.97 | 0.71 |
| Hex | 6F | 7C | FD | 38 | 33 | 0 | 1 | EB | 61 | 47 |
| Octal | 157 | 174 | 375 | 70 | 63 | 0 | 1 | 353 | 141 | 107 |
| Binary | 1101111 | 1111100 | 11111101 | 111000 | 110011 | 0 | 1 | 11101011 | 1100001 | 1000111 |
Color Harmonies of #6F7CFD
Complementary color
Monochromatic Colors of #6F7CFD
Black with #6F7CFD
Text Example
Text Example
White with #6F7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7CFD; }
p { color: rgb(111,124,253); }
H1.HeaderClassName
{
color: #6F7CFD;
}
.AnyTagClassName
{
color: #6F7CFD;
}
</style>
background-color css
<style>
a { background-color: #6F7CFD; }
a { background-color: rgb(111,124,253); }
div.DivClassName
{
background-color: #6F7CFD;
}
.BgClassName
{
background-color: #6F7CFD;
}
</style>
border-color css
<style>
span { border-color: #6F7CFD; }
span { border-color: rgb(111,124,253); }
td.TdClassName
{
border-color: #6F7CFD;
}
.TagClassName
{
border-color: #6F7CFD;
}
</style>