Shades of Light Slate Blue #6B7CFF
Tints of Light Slate Blue #6B7CFF
RGB
CMYK
RGB Variations
Color information
#6B7CFF (or 0x6B7CFF) is known color: Light Slate Blue. HEX triplet: 6B, 7C and FF. RGB value is (107,124,255). Sum of RGB (Red+Green+Blue) = 107+124+255=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7CFF is #948300. Grayscale: #858585. Windows color (decimal): -9732865 or 16743531. OLE color: 16743531.
HSL color Cylindrical-coordinate representation of color #6B7CFF: hue angle of 233.11º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7CFF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 124 | 255 | - |
| CMYK | 0.58 | 0.51 | 0 | 0 |
| HSL | 233.11º | 1% | 0.71% | - |
| HSV(B) | 233.11º | 0.58% | 1% | - |
| XYZ | 31.32 | 24.76 | 97.74 | - |
| YUV | 133.85 | 196.37 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 255 | 0.58 | 0.51 | 0 | 0 | 233.11 | 1 | 0.71 |
| Hex | 6B | 7C | FF | 3A | 33 | 0 | 0 | E9 | 64 | 47 |
| Octal | 153 | 174 | 377 | 72 | 63 | 0 | 0 | 351 | 144 | 107 |
| Binary | 1101011 | 1111100 | 11111111 | 111010 | 110011 | 0 | 0 | 11101001 | 1100100 | 1000111 |
Color Harmonies of #6B7CFF
Complementary color
Monochromatic Colors of #6B7CFF
Black with #6B7CFF
Text Example
Text Example
White with #6B7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7CFF; }
p { color: rgb(107,124,255); }
H1.HeaderClassName
{
color: #6B7CFF;
}
.AnyTagClassName
{
color: #6B7CFF;
}
</style>
background-color css
<style>
a { background-color: #6B7CFF; }
a { background-color: rgb(107,124,255); }
div.DivClassName
{
background-color: #6B7CFF;
}
.BgClassName
{
background-color: #6B7CFF;
}
</style>
border-color css
<style>
span { border-color: #6B7CFF; }
span { border-color: rgb(107,124,255); }
td.TdClassName
{
border-color: #6B7CFF;
}
.TagClassName
{
border-color: #6B7CFF;
}
</style>