Shades of Light Slate Blue #6D73FF
Tints of Light Slate Blue #6D73FF
RGB
CMYK
RGB Variations
Color information
#6D73FF (or 0x6D73FF) is known color: Light Slate Blue. HEX triplet: 6D, 73 and FF. RGB value is (109,115,255). Sum of RGB (Red+Green+Blue) = 109+115+255=479 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.76% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D73FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D73FF is #928C00. Grayscale: #808080. Windows color (decimal): -9604097 or 16741229. OLE color: 16741229.
HSL color Cylindrical-coordinate representation of color #6D73FF: hue angle of 237.53º 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 #6D73FF is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 115 | 255 | - |
| CMYK | 0.57 | 0.55 | 0 | 0 |
| HSL | 237.53º | 1% | 0.71% | - |
| HSV(B) | 237.53º | 0.57% | 1% | - |
| XYZ | 30.49 | 22.73 | 97.39 | - |
| YUV | 129.17 | 199.01 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 255 | 0.57 | 0.55 | 0 | 0 | 237.53 | 1 | 0.71 |
| Hex | 6D | 73 | FF | 39 | 37 | 0 | 0 | EE | 64 | 47 |
| Octal | 155 | 163 | 377 | 71 | 67 | 0 | 0 | 356 | 144 | 107 |
| Binary | 1101101 | 1110011 | 11111111 | 111001 | 110111 | 0 | 0 | 11101110 | 1100100 | 1000111 |
Color Harmonies of #6D73FF
Complementary color
Monochromatic Colors of #6D73FF
Black with #6D73FF
Text Example
Text Example
White with #6D73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D73FF; }
p { color: rgb(109,115,255); }
H1.HeaderClassName
{
color: #6D73FF;
}
.AnyTagClassName
{
color: #6D73FF;
}
</style>
background-color css
<style>
a { background-color: #6D73FF; }
a { background-color: rgb(109,115,255); }
div.DivClassName
{
background-color: #6D73FF;
}
.BgClassName
{
background-color: #6D73FF;
}
</style>
border-color css
<style>
span { border-color: #6D73FF; }
span { border-color: rgb(109,115,255); }
td.TdClassName
{
border-color: #6D73FF;
}
.TagClassName
{
border-color: #6D73FF;
}
</style>