Shades of Medium Slate Blue #6F68FF
Tints of Medium Slate Blue #6F68FF
RGB
CMYK
RGB Variations
Color information
#6F68FF (or 0x6F68FF) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and FF. RGB value is (111,104,255). Sum of RGB (Red+Green+Blue) = 111+104+255=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F68FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68FF is #909700. Grayscale: #7A7A7A. Windows color (decimal): -9475841 or 16738415. OLE color: 16738415.
HSL color Cylindrical-coordinate representation of color #6F68FF: hue angle of 242.78º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F68FF is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 104 | 255 | - |
| CMYK | 0.56 | 0.59 | 0 | 0 |
| HSL | 242.78º | 1% | 0.7% | - |
| HSV(B) | 242.78º | 0.59% | 1% | - |
| XYZ | 29.56 | 20.5 | 97.01 | - |
| YUV | 123.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 255 | 0.56 | 0.59 | 0 | 0 | 242.78 | 1 | 0.7 |
| Hex | 6F | 68 | FF | 38 | 3B | 0 | 0 | F3 | 64 | 46 |
| Octal | 157 | 150 | 377 | 70 | 73 | 0 | 0 | 363 | 144 | 106 |
| Binary | 1101111 | 1101000 | 11111111 | 111000 | 111011 | 0 | 0 | 11110011 | 1100100 | 1000110 |
Color Harmonies of #6F68FF
Complementary color
Monochromatic Colors of #6F68FF
Black with #6F68FF
Text Example
Text Example
White with #6F68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68FF; }
p { color: rgb(111,104,255); }
H1.HeaderClassName
{
color: #6F68FF;
}
.AnyTagClassName
{
color: #6F68FF;
}
</style>
background-color css
<style>
a { background-color: #6F68FF; }
a { background-color: rgb(111,104,255); }
div.DivClassName
{
background-color: #6F68FF;
}
.BgClassName
{
background-color: #6F68FF;
}
</style>
border-color css
<style>
span { border-color: #6F68FF; }
span { border-color: rgb(111,104,255); }
td.TdClassName
{
border-color: #6F68FF;
}
.TagClassName
{
border-color: #6F68FF;
}
</style>