Shades of Light Slate Blue #6B7BFC
Tints of Light Slate Blue #6B7BFC
RGB
CMYK
RGB Variations
Color information
#6B7BFC (or 0x6B7BFC) is known color: Light Slate Blue. HEX triplet: 6B, 7B and FC. RGB value is (107,123,252). Sum of RGB (Red+Green+Blue) = 107+123+252=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B7BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BFC is #948403. Grayscale: #848484. Windows color (decimal): -9733124 or 16546667. OLE color: 16546667.
HSL color Cylindrical-coordinate representation of color #6B7BFC: hue angle of 233.38º 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 #6B7BFC is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 123 | 252 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.01 |
| HSL | 233.38º | 0.96% | 0.7% | - |
| HSV(B) | 233.38º | 0.58% | 0.99% | - |
| XYZ | 30.72 | 24.32 | 95.17 | - |
| YUV | 132.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 252 | 0.58 | 0.51 | 0 | 0.01 | 233.38 | 0.96 | 0.7 |
| Hex | 6B | 7B | FC | 3A | 33 | 0 | 1 | E9 | 60 | 46 |
| Octal | 153 | 173 | 374 | 72 | 63 | 0 | 1 | 351 | 140 | 106 |
| Binary | 1101011 | 1111011 | 11111100 | 111010 | 110011 | 0 | 1 | 11101001 | 1100000 | 1000110 |
Color Harmonies of #6B7BFC
Complementary color
Monochromatic Colors of #6B7BFC
Black with #6B7BFC
Text Example
Text Example
White with #6B7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BFC; }
p { color: rgb(107,123,252); }
H1.HeaderClassName
{
color: #6B7BFC;
}
.AnyTagClassName
{
color: #6B7BFC;
}
</style>
background-color css
<style>
a { background-color: #6B7BFC; }
a { background-color: rgb(107,123,252); }
div.DivClassName
{
background-color: #6B7BFC;
}
.BgClassName
{
background-color: #6B7BFC;
}
</style>
border-color css
<style>
span { border-color: #6B7BFC; }
span { border-color: rgb(107,123,252); }
td.TdClassName
{
border-color: #6B7BFC;
}
.TagClassName
{
border-color: #6B7BFC;
}
</style>