Shades of Light Slate Blue #6E77FE
Tints of Light Slate Blue #6E77FE
RGB
CMYK
RGB Variations
Color information
#6E77FE (or 0x6E77FE) is known color: Light Slate Blue. HEX triplet: 6E, 77 and FE. RGB value is (110,119,254). Sum of RGB (Red+Green+Blue) = 110+119+254=483 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.77% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E77FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E77FE is #918801. Grayscale: #838383. Windows color (decimal): -9537538 or 16676718. OLE color: 16676718.
HSL color Cylindrical-coordinate representation of color #6E77FE: hue angle of 236.25º 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 #6E77FE is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 119 | 254 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.00 |
| HSL | 236.25º | 0.99% | 0.71% | - |
| HSV(B) | 236.25º | 0.57% | 1% | - |
| XYZ | 30.92 | 23.66 | 96.7 | - |
| YUV | 131.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 254 | 0.57 | 0.53 | 0 | 0.00 | 236.25 | 0.99 | 0.71 |
| Hex | 6E | 77 | FE | 39 | 35 | 0 | 0 | EC | 63 | 47 |
| Octal | 156 | 167 | 376 | 71 | 65 | 0 | 0 | 354 | 143 | 107 |
| Binary | 1101110 | 1110111 | 11111110 | 111001 | 110101 | 0 | 0 | 11101100 | 1100011 | 1000111 |
Color Harmonies of #6E77FE
Complementary color
Monochromatic Colors of #6E77FE
Black with #6E77FE
Text Example
Text Example
White with #6E77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E77FE; }
p { color: rgb(110,119,254); }
H1.HeaderClassName
{
color: #6E77FE;
}
.AnyTagClassName
{
color: #6E77FE;
}
</style>
background-color css
<style>
a { background-color: #6E77FE; }
a { background-color: rgb(110,119,254); }
div.DivClassName
{
background-color: #6E77FE;
}
.BgClassName
{
background-color: #6E77FE;
}
</style>
border-color css
<style>
span { border-color: #6E77FE; }
span { border-color: rgb(110,119,254); }
td.TdClassName
{
border-color: #6E77FE;
}
.TagClassName
{
border-color: #6E77FE;
}
</style>