Shades of Light Slate Blue #6D72FE
Tints of Light Slate Blue #6D72FE
RGB
CMYK
RGB Variations
Color information
#6D72FE (or 0x6D72FE) is known color: Light Slate Blue. HEX triplet: 6D, 72 and FE. RGB value is (109,114,254). Sum of RGB (Red+Green+Blue) = 109+114+254=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D72FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D72FE is #928D01. Grayscale: #7F7F7F. Windows color (decimal): -9604354 or 16675437. OLE color: 16675437.
HSL color Cylindrical-coordinate representation of color #6D72FE: hue angle of 237.93º 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 #6D72FE is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 114 | 254 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.00 |
| HSL | 237.93º | 0.99% | 0.71% | - |
| HSV(B) | 237.93º | 0.57% | 1% | - |
| XYZ | 30.21 | 22.44 | 96.51 | - |
| YUV | 128.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 254 | 0.57 | 0.55 | 0 | 0.00 | 237.93 | 0.99 | 0.71 |
| Hex | 6D | 72 | FE | 39 | 37 | 0 | 0 | EE | 63 | 47 |
| Octal | 155 | 162 | 376 | 71 | 67 | 0 | 0 | 356 | 143 | 107 |
| Binary | 1101101 | 1110010 | 11111110 | 111001 | 110111 | 0 | 0 | 11101110 | 1100011 | 1000111 |
Color Harmonies of #6D72FE
Complementary color
Monochromatic Colors of #6D72FE
Black with #6D72FE
Text Example
Text Example
White with #6D72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D72FE; }
p { color: rgb(109,114,254); }
H1.HeaderClassName
{
color: #6D72FE;
}
.AnyTagClassName
{
color: #6D72FE;
}
</style>
background-color css
<style>
a { background-color: #6D72FE; }
a { background-color: rgb(109,114,254); }
div.DivClassName
{
background-color: #6D72FE;
}
.BgClassName
{
background-color: #6D72FE;
}
</style>
border-color css
<style>
span { border-color: #6D72FE; }
span { border-color: rgb(109,114,254); }
td.TdClassName
{
border-color: #6D72FE;
}
.TagClassName
{
border-color: #6D72FE;
}
</style>