Shades of Light Slate Blue #6973FF
Tints of Light Slate Blue #6973FF
RGB
CMYK
RGB Variations
Color information
#6973FF (or 0x6973FF) is known color: Light Slate Blue. HEX triplet: 69, 73 and FF. RGB value is (105,115,255). Sum of RGB (Red+Green+Blue) = 105+115+255=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #6973FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6973FF is #968C00. Grayscale: #7F7F7F. Windows color (decimal): -9866241 or 16741225. OLE color: 16741225.
HSL color Cylindrical-coordinate representation of color #6973FF: hue angle of 236º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6973FF is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 115 | 255 | - |
| CMYK | 0.59 | 0.55 | 0 | 0 |
| HSL | 236º | 1% | 0.71% | - |
| HSV(B) | 236º | 0.59% | 1% | - |
| XYZ | 30.01 | 22.48 | 97.37 | - |
| YUV | 127.97 | 199.69 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 255 | 0.59 | 0.55 | 0 | 0 | 236 | 1 | 0.71 |
| Hex | 69 | 73 | FF | 3B | 37 | 0 | 0 | EC | 64 | 47 |
| Octal | 151 | 163 | 377 | 73 | 67 | 0 | 0 | 354 | 144 | 107 |
| Binary | 1101001 | 1110011 | 11111111 | 111011 | 110111 | 0 | 0 | 11101100 | 1100100 | 1000111 |
Color Harmonies of #6973FF
Complementary color
Monochromatic Colors of #6973FF
Black with #6973FF
Text Example
Text Example
White with #6973FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6973FF; }
p { color: rgb(105,115,255); }
H1.HeaderClassName
{
color: #6973FF;
}
.AnyTagClassName
{
color: #6973FF;
}
</style>
background-color css
<style>
a { background-color: #6973FF; }
a { background-color: rgb(105,115,255); }
div.DivClassName
{
background-color: #6973FF;
}
.BgClassName
{
background-color: #6973FF;
}
</style>
border-color css
<style>
span { border-color: #6973FF; }
span { border-color: rgb(105,115,255); }
td.TdClassName
{
border-color: #6973FF;
}
.TagClassName
{
border-color: #6973FF;
}
</style>