Shades of Medium Slate Blue #6B6FFD
Tints of Medium Slate Blue #6B6FFD
RGB
CMYK
RGB Variations
Color information
#6B6FFD (or 0x6B6FFD) is known color: Medium Slate Blue. HEX triplet: 6B, 6F and FD. RGB value is (107,111,253). Sum of RGB (Red+Green+Blue) = 107+111+253=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B6FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6FFD is #949002. Grayscale: #7D7D7D. Windows color (decimal): -9736195 or 16609131. OLE color: 16609131.
HSL color Cylindrical-coordinate representation of color #6B6FFD: hue angle of 238.36º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B6FFD is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 111 | 253 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.01 |
| HSL | 238.36º | 0.97% | 0.71% | - |
| HSV(B) | 238.36º | 0.58% | 0.99% | - |
| XYZ | 29.48 | 21.59 | 95.54 | - |
| YUV | 125.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 253 | 0.58 | 0.56 | 0 | 0.01 | 238.36 | 0.97 | 0.71 |
| Hex | 6B | 6F | FD | 3A | 38 | 0 | 1 | EE | 61 | 47 |
| Octal | 153 | 157 | 375 | 72 | 70 | 0 | 1 | 356 | 141 | 107 |
| Binary | 1101011 | 1101111 | 11111101 | 111010 | 111000 | 0 | 1 | 11101110 | 1100001 | 1000111 |
Color Harmonies of #6B6FFD
Complementary color
Monochromatic Colors of #6B6FFD
Black with #6B6FFD
Text Example
Text Example
White with #6B6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6FFD; }
p { color: rgb(107,111,253); }
H1.HeaderClassName
{
color: #6B6FFD;
}
.AnyTagClassName
{
color: #6B6FFD;
}
</style>
background-color css
<style>
a { background-color: #6B6FFD; }
a { background-color: rgb(107,111,253); }
div.DivClassName
{
background-color: #6B6FFD;
}
.BgClassName
{
background-color: #6B6FFD;
}
</style>
border-color css
<style>
span { border-color: #6B6FFD; }
span { border-color: rgb(107,111,253); }
td.TdClassName
{
border-color: #6B6FFD;
}
.TagClassName
{
border-color: #6B6FFD;
}
</style>