Shades of Light Slate Blue #6D72FF
Tints of Light Slate Blue #6D72FF
RGB
CMYK
RGB Variations
Color information
#6D72FF (or 0x6D72FF) is known color: Light Slate Blue. HEX triplet: 6D, 72 and FF. RGB value is (109,114,255). Sum of RGB (Red+Green+Blue) = 109+114+255=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D72FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D72FF is #928D00. Grayscale: #808080. Windows color (decimal): -9604353 or 16740973. OLE color: 16740973.
HSL color Cylindrical-coordinate representation of color #6D72FF: hue angle of 237.95º 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 #6D72FF is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 114 | 255 | - |
| CMYK | 0.57 | 0.55 | 0 | 0 |
| HSL | 237.95º | 1% | 0.71% | - |
| HSV(B) | 237.95º | 0.57% | 1% | - |
| XYZ | 30.37 | 22.51 | 97.35 | - |
| YUV | 128.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 255 | 0.57 | 0.55 | 0 | 0 | 237.95 | 1 | 0.71 |
| Hex | 6D | 72 | FF | 39 | 37 | 0 | 0 | EE | 64 | 47 |
| Octal | 155 | 162 | 377 | 71 | 67 | 0 | 0 | 356 | 144 | 107 |
| Binary | 1101101 | 1110010 | 11111111 | 111001 | 110111 | 0 | 0 | 11101110 | 1100100 | 1000111 |
Color Harmonies of #6D72FF
Complementary color
Monochromatic Colors of #6D72FF
Black with #6D72FF
Text Example
Text Example
White with #6D72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D72FF; }
p { color: rgb(109,114,255); }
H1.HeaderClassName
{
color: #6D72FF;
}
.AnyTagClassName
{
color: #6D72FF;
}
</style>
background-color css
<style>
a { background-color: #6D72FF; }
a { background-color: rgb(109,114,255); }
div.DivClassName
{
background-color: #6D72FF;
}
.BgClassName
{
background-color: #6D72FF;
}
</style>
border-color css
<style>
span { border-color: #6D72FF; }
span { border-color: rgb(109,114,255); }
td.TdClassName
{
border-color: #6D72FF;
}
.TagClassName
{
border-color: #6D72FF;
}
</style>