Shades of Light Slate Blue #6B7CFC
Tints of Light Slate Blue #6B7CFC
RGB
CMYK
RGB Variations
Color information
#6B7CFC (or 0x6B7CFC) is known color: Light Slate Blue. HEX triplet: 6B, 7C and FC. RGB value is (107,124,252). Sum of RGB (Red+Green+Blue) = 107+124+252=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B7CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7CFC is #948303. Grayscale: #848484. Windows color (decimal): -9732868 or 16546923. OLE color: 16546923.
HSL color Cylindrical-coordinate representation of color #6B7CFC: hue angle of 232.97º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7CFC is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 124 | 252 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.01 |
| HSL | 232.97º | 0.96% | 0.7% | - |
| HSV(B) | 232.97º | 0.58% | 0.99% | - |
| XYZ | 30.84 | 24.57 | 95.21 | - |
| YUV | 133.51 | 194.87 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 252 | 0.58 | 0.51 | 0 | 0.01 | 232.97 | 0.96 | 0.7 |
| Hex | 6B | 7C | FC | 3A | 33 | 0 | 1 | E9 | 60 | 46 |
| Octal | 153 | 174 | 374 | 72 | 63 | 0 | 1 | 351 | 140 | 106 |
| Binary | 1101011 | 1111100 | 11111100 | 111010 | 110011 | 0 | 1 | 11101001 | 1100000 | 1000110 |
Color Harmonies of #6B7CFC
Complementary color
Monochromatic Colors of #6B7CFC
Black with #6B7CFC
Text Example
Text Example
White with #6B7CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7CFC; }
p { color: rgb(107,124,252); }
H1.HeaderClassName
{
color: #6B7CFC;
}
.AnyTagClassName
{
color: #6B7CFC;
}
</style>
background-color css
<style>
a { background-color: #6B7CFC; }
a { background-color: rgb(107,124,252); }
div.DivClassName
{
background-color: #6B7CFC;
}
.BgClassName
{
background-color: #6B7CFC;
}
</style>
border-color css
<style>
span { border-color: #6B7CFC; }
span { border-color: rgb(107,124,252); }
td.TdClassName
{
border-color: #6B7CFC;
}
.TagClassName
{
border-color: #6B7CFC;
}
</style>