Shades of Light Slate Blue #6C7DFC
Tints of Light Slate Blue #6C7DFC
RGB
CMYK
RGB Variations
Color information
#6C7DFC (or 0x6C7DFC) is known color: Light Slate Blue. HEX triplet: 6C, 7D and FC. RGB value is (108,125,252). Sum of RGB (Red+Green+Blue) = 108+125+252=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C7DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7DFC is #938203. Grayscale: #858585. Windows color (decimal): -9667076 or 16547180. OLE color: 16547180.
HSL color Cylindrical-coordinate representation of color #6C7DFC: hue angle of 232.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7DFC is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 125 | 252 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.01 |
| HSL | 232.92º | 0.96% | 0.71% | - |
| HSV(B) | 232.92º | 0.57% | 0.99% | - |
| XYZ | 31.09 | 24.88 | 95.26 | - |
| YUV | 134.4 | 194.37 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 125 | 252 | 0.57 | 0.50 | 0 | 0.01 | 232.92 | 0.96 | 0.71 |
| Hex | 6C | 7D | FC | 39 | 32 | 0 | 1 | E9 | 60 | 47 |
| Octal | 154 | 175 | 374 | 71 | 62 | 0 | 1 | 351 | 140 | 107 |
| Binary | 1101100 | 1111101 | 11111100 | 111001 | 110010 | 0 | 1 | 11101001 | 1100000 | 1000111 |
Color Harmonies of #6C7DFC
Complementary color
Monochromatic Colors of #6C7DFC
Black with #6C7DFC
Text Example
Text Example
White with #6C7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7DFC; }
p { color: rgb(108,125,252); }
H1.HeaderClassName
{
color: #6C7DFC;
}
.AnyTagClassName
{
color: #6C7DFC;
}
</style>
background-color css
<style>
a { background-color: #6C7DFC; }
a { background-color: rgb(108,125,252); }
div.DivClassName
{
background-color: #6C7DFC;
}
.BgClassName
{
background-color: #6C7DFC;
}
</style>
border-color css
<style>
span { border-color: #6C7DFC; }
span { border-color: rgb(108,125,252); }
td.TdClassName
{
border-color: #6C7DFC;
}
.TagClassName
{
border-color: #6C7DFC;
}
</style>