Shades of Light Slate Blue #6D73FE
Tints of Light Slate Blue #6D73FE
RGB
CMYK
RGB Variations
Color information
#6D73FE (or 0x6D73FE) is known color: Light Slate Blue. HEX triplet: 6D, 73 and FE. RGB value is (109,115,254). Sum of RGB (Red+Green+Blue) = 109+115+254=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D73FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D73FE is #928C01. Grayscale: #808080. Windows color (decimal): -9604098 or 16675693. OLE color: 16675693.
HSL color Cylindrical-coordinate representation of color #6D73FE: hue angle of 237.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D73FE is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 115 | 254 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.00 |
| HSL | 237.52º | 0.99% | 0.71% | - |
| HSV(B) | 237.52º | 0.57% | 1% | - |
| XYZ | 30.33 | 22.67 | 96.54 | - |
| YUV | 129.05 | 198.51 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 254 | 0.57 | 0.55 | 0 | 0.00 | 237.52 | 0.99 | 0.71 |
| Hex | 6D | 73 | FE | 39 | 37 | 0 | 0 | EE | 63 | 47 |
| Octal | 155 | 163 | 376 | 71 | 67 | 0 | 0 | 356 | 143 | 107 |
| Binary | 1101101 | 1110011 | 11111110 | 111001 | 110111 | 0 | 0 | 11101110 | 1100011 | 1000111 |
Color Harmonies of #6D73FE
Complementary color
Monochromatic Colors of #6D73FE
Black with #6D73FE
Text Example
Text Example
White with #6D73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D73FE; }
p { color: rgb(109,115,254); }
H1.HeaderClassName
{
color: #6D73FE;
}
.AnyTagClassName
{
color: #6D73FE;
}
</style>
background-color css
<style>
a { background-color: #6D73FE; }
a { background-color: rgb(109,115,254); }
div.DivClassName
{
background-color: #6D73FE;
}
.BgClassName
{
background-color: #6D73FE;
}
</style>
border-color css
<style>
span { border-color: #6D73FE; }
span { border-color: rgb(109,115,254); }
td.TdClassName
{
border-color: #6D73FE;
}
.TagClassName
{
border-color: #6D73FE;
}
</style>