Shades of Light Slate Blue #6F73FF
Tints of Light Slate Blue #6F73FF
RGB
CMYK
RGB Variations
Color information
#6F73FF (or 0x6F73FF) is known color: Light Slate Blue. HEX triplet: 6F, 73 and FF. RGB value is (111,115,255). Sum of RGB (Red+Green+Blue) = 111+115+255=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F73FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F73FF is #908C00. Grayscale: #818181. Windows color (decimal): -9473025 or 16741231. OLE color: 16741231.
HSL color Cylindrical-coordinate representation of color #6F73FF: hue angle of 238.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F73FF is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 115 | 255 | - |
| CMYK | 0.56 | 0.55 | 0 | 0 |
| HSL | 238.33º | 1% | 0.72% | - |
| HSV(B) | 238.33º | 0.56% | 1% | - |
| XYZ | 30.74 | 22.86 | 97.4 | - |
| YUV | 129.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 255 | 0.56 | 0.55 | 0 | 0 | 238.33 | 1 | 0.72 |
| Hex | 6F | 73 | FF | 38 | 37 | 0 | 0 | EE | 64 | 48 |
| Octal | 157 | 163 | 377 | 70 | 67 | 0 | 0 | 356 | 144 | 110 |
| Binary | 1101111 | 1110011 | 11111111 | 111000 | 110111 | 0 | 0 | 11101110 | 1100100 | 1001000 |
Color Harmonies of #6F73FF
Complementary color
Monochromatic Colors of #6F73FF
Black with #6F73FF
Text Example
Text Example
White with #6F73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F73FF; }
p { color: rgb(111,115,255); }
H1.HeaderClassName
{
color: #6F73FF;
}
.AnyTagClassName
{
color: #6F73FF;
}
</style>
background-color css
<style>
a { background-color: #6F73FF; }
a { background-color: rgb(111,115,255); }
div.DivClassName
{
background-color: #6F73FF;
}
.BgClassName
{
background-color: #6F73FF;
}
</style>
border-color css
<style>
span { border-color: #6F73FF; }
span { border-color: rgb(111,115,255); }
td.TdClassName
{
border-color: #6F73FF;
}
.TagClassName
{
border-color: #6F73FF;
}
</style>