Shades of Light Slate Blue #6D71FF
Tints of Light Slate Blue #6D71FF
RGB
CMYK
RGB Variations
Color information
#6D71FF (or 0x6D71FF) is known color: Light Slate Blue. HEX triplet: 6D, 71 and FF. RGB value is (109,113,255). Sum of RGB (Red+Green+Blue) = 109+113+255=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D71FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D71FF is #928E00. Grayscale: #7F7F7F. Windows color (decimal): -9604609 or 16740717. OLE color: 16740717.
HSL color Cylindrical-coordinate representation of color #6D71FF: hue angle of 238.36º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D71FF is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 113 | 255 | - |
| CMYK | 0.57 | 0.56 | 0 | 0 |
| HSL | 238.36º | 1% | 0.71% | - |
| HSV(B) | 238.36º | 0.57% | 1% | - |
| XYZ | 30.26 | 22.28 | 97.31 | - |
| YUV | 127.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 255 | 0.57 | 0.56 | 0 | 0 | 238.36 | 1 | 0.71 |
| Hex | 6D | 71 | FF | 39 | 38 | 0 | 0 | EE | 64 | 47 |
| Octal | 155 | 161 | 377 | 71 | 70 | 0 | 0 | 356 | 144 | 107 |
| Binary | 1101101 | 1110001 | 11111111 | 111001 | 111000 | 0 | 0 | 11101110 | 1100100 | 1000111 |
Color Harmonies of #6D71FF
Complementary color
Monochromatic Colors of #6D71FF
Black with #6D71FF
Text Example
Text Example
White with #6D71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D71FF; }
p { color: rgb(109,113,255); }
H1.HeaderClassName
{
color: #6D71FF;
}
.AnyTagClassName
{
color: #6D71FF;
}
</style>
background-color css
<style>
a { background-color: #6D71FF; }
a { background-color: rgb(109,113,255); }
div.DivClassName
{
background-color: #6D71FF;
}
.BgClassName
{
background-color: #6D71FF;
}
</style>
border-color css
<style>
span { border-color: #6D71FF; }
span { border-color: rgb(109,113,255); }
td.TdClassName
{
border-color: #6D71FF;
}
.TagClassName
{
border-color: #6D71FF;
}
</style>