Shades of Light Slate Blue #6B73FE
Tints of Light Slate Blue #6B73FE
RGB
CMYK
RGB Variations
Color information
#6B73FE (or 0x6B73FE) is known color: Light Slate Blue. HEX triplet: 6B, 73 and FE. RGB value is (107,115,254). Sum of RGB (Red+Green+Blue) = 107+115+254=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B73FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B73FE is #948C01. Grayscale: #7F7F7F. Windows color (decimal): -9735170 or 16675691. OLE color: 16675691.
HSL color Cylindrical-coordinate representation of color #6B73FE: hue angle of 236.73º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B73FE is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 115 | 254 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.00 |
| HSL | 236.73º | 0.99% | 0.71% | - |
| HSV(B) | 236.73º | 0.58% | 1% | - |
| XYZ | 30.08 | 22.54 | 96.53 | - |
| YUV | 128.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 254 | 0.58 | 0.55 | 0 | 0.00 | 236.73 | 0.99 | 0.71 |
| Hex | 6B | 73 | FE | 3A | 37 | 0 | 0 | ED | 63 | 47 |
| Octal | 153 | 163 | 376 | 72 | 67 | 0 | 0 | 355 | 143 | 107 |
| Binary | 1101011 | 1110011 | 11111110 | 111010 | 110111 | 0 | 0 | 11101101 | 1100011 | 1000111 |
Color Harmonies of #6B73FE
Complementary color
Monochromatic Colors of #6B73FE
Black with #6B73FE
Text Example
Text Example
White with #6B73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B73FE; }
p { color: rgb(107,115,254); }
H1.HeaderClassName
{
color: #6B73FE;
}
.AnyTagClassName
{
color: #6B73FE;
}
</style>
background-color css
<style>
a { background-color: #6B73FE; }
a { background-color: rgb(107,115,254); }
div.DivClassName
{
background-color: #6B73FE;
}
.BgClassName
{
background-color: #6B73FE;
}
</style>
border-color css
<style>
span { border-color: #6B73FE; }
span { border-color: rgb(107,115,254); }
td.TdClassName
{
border-color: #6B73FE;
}
.TagClassName
{
border-color: #6B73FE;
}
</style>