Shades of Medium Slate Blue #6B6BFD
Tints of Medium Slate Blue #6B6BFD
RGB
CMYK
RGB Variations
Color information
#6B6BFD (or 0x6B6BFD) is known color: Medium Slate Blue. HEX triplet: 6B, 6B and FD. RGB value is (107,107,253). Sum of RGB (Red+Green+Blue) = 107+107+253=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6BFD is #949402. Grayscale: #7B7B7B. Windows color (decimal): -9737219 or 16608107. OLE color: 16608107.
HSL color Cylindrical-coordinate representation of color #6B6BFD: hue angle of 240º 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 #6B6BFD is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 107 | 253 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.71% | - |
| HSV(B) | 240º | 0.58% | 0.99% | - |
| XYZ | 29.05 | 20.73 | 95.4 | - |
| YUV | 123.64 | 201 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 253 | 0.58 | 0.58 | 0 | 0.01 | 240 | 0.97 | 0.71 |
| Hex | 6B | 6B | FD | 3A | 3A | 0 | 1 | F0 | 61 | 47 |
| Octal | 153 | 153 | 375 | 72 | 72 | 0 | 1 | 360 | 141 | 107 |
| Binary | 1101011 | 1101011 | 11111101 | 111010 | 111010 | 0 | 1 | 11110000 | 1100001 | 1000111 |
Color Harmonies of #6B6BFD
Complementary color
Monochromatic Colors of #6B6BFD
Black with #6B6BFD
Text Example
Text Example
White with #6B6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6BFD; }
p { color: rgb(107,107,253); }
H1.HeaderClassName
{
color: #6B6BFD;
}
.AnyTagClassName
{
color: #6B6BFD;
}
</style>
background-color css
<style>
a { background-color: #6B6BFD; }
a { background-color: rgb(107,107,253); }
div.DivClassName
{
background-color: #6B6BFD;
}
.BgClassName
{
background-color: #6B6BFD;
}
</style>
border-color css
<style>
span { border-color: #6B6BFD; }
span { border-color: rgb(107,107,253); }
td.TdClassName
{
border-color: #6B6BFD;
}
.TagClassName
{
border-color: #6B6BFD;
}
</style>