Shades of Medium Slate Blue #6B6BFE
Tints of Medium Slate Blue #6B6BFE
RGB
CMYK
RGB Variations
Color information
#6B6BFE (or 0x6B6BFE) is known color: Medium Slate Blue. HEX triplet: 6B, 6B and FE. RGB value is (107,107,254). Sum of RGB (Red+Green+Blue) = 107+107+254=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6BFE is #949401. Grayscale: #7B7B7B. Windows color (decimal): -9737218 or 16673643. OLE color: 16673643.
HSL color Cylindrical-coordinate representation of color #6B6BFE: hue angle of 240º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B6BFE is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 107 | 254 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.71% | - |
| HSV(B) | 240º | 0.58% | 1% | - |
| XYZ | 29.21 | 20.8 | 96.24 | - |
| YUV | 123.76 | 201.5 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 254 | 0.58 | 0.58 | 0 | 0.00 | 240 | 0.99 | 0.71 |
| Hex | 6B | 6B | FE | 3A | 3A | 0 | 0 | F0 | 63 | 47 |
| Octal | 153 | 153 | 376 | 72 | 72 | 0 | 0 | 360 | 143 | 107 |
| Binary | 1101011 | 1101011 | 11111110 | 111010 | 111010 | 0 | 0 | 11110000 | 1100011 | 1000111 |
Color Harmonies of #6B6BFE
Complementary color
Monochromatic Colors of #6B6BFE
Black with #6B6BFE
Text Example
Text Example
White with #6B6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6BFE; }
p { color: rgb(107,107,254); }
H1.HeaderClassName
{
color: #6B6BFE;
}
.AnyTagClassName
{
color: #6B6BFE;
}
</style>
background-color css
<style>
a { background-color: #6B6BFE; }
a { background-color: rgb(107,107,254); }
div.DivClassName
{
background-color: #6B6BFE;
}
.BgClassName
{
background-color: #6B6BFE;
}
</style>
border-color css
<style>
span { border-color: #6B6BFE; }
span { border-color: rgb(107,107,254); }
td.TdClassName
{
border-color: #6B6BFE;
}
.TagClassName
{
border-color: #6B6BFE;
}
</style>