Shades of Light Slate Blue #6F7DFC
Tints of Light Slate Blue #6F7DFC
RGB
CMYK
RGB Variations
Color information
#6F7DFC (or 0x6F7DFC) is known color: Light Slate Blue. HEX triplet: 6F, 7D and FC. RGB value is (111,125,252). Sum of RGB (Red+Green+Blue) = 111+125+252=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F7DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7DFC is #908203. Grayscale: #868686. Windows color (decimal): -9470468 or 16547183. OLE color: 16547183.
HSL color Cylindrical-coordinate representation of color #6F7DFC: hue angle of 234.04º degrees, saturation: 0.96, 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 #6F7DFC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 125 | 252 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.01 |
| HSL | 234.04º | 0.96% | 0.71% | - |
| HSV(B) | 234.04º | 0.56% | 0.99% | - |
| XYZ | 31.46 | 25.08 | 95.28 | - |
| YUV | 135.29 | 193.86 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 252 | 0.56 | 0.50 | 0 | 0.01 | 234.04 | 0.96 | 0.71 |
| Hex | 6F | 7D | FC | 38 | 32 | 0 | 1 | EA | 60 | 47 |
| Octal | 157 | 175 | 374 | 70 | 62 | 0 | 1 | 352 | 140 | 107 |
| Binary | 1101111 | 1111101 | 11111100 | 111000 | 110010 | 0 | 1 | 11101010 | 1100000 | 1000111 |
Color Harmonies of #6F7DFC
Complementary color
Monochromatic Colors of #6F7DFC
Black with #6F7DFC
Text Example
Text Example
White with #6F7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DFC; }
p { color: rgb(111,125,252); }
H1.HeaderClassName
{
color: #6F7DFC;
}
.AnyTagClassName
{
color: #6F7DFC;
}
</style>
background-color css
<style>
a { background-color: #6F7DFC; }
a { background-color: rgb(111,125,252); }
div.DivClassName
{
background-color: #6F7DFC;
}
.BgClassName
{
background-color: #6F7DFC;
}
</style>
border-color css
<style>
span { border-color: #6F7DFC; }
span { border-color: rgb(111,125,252); }
td.TdClassName
{
border-color: #6F7DFC;
}
.TagClassName
{
border-color: #6F7DFC;
}
</style>