Shades of Light Slate Blue #6E77FF
Tints of Light Slate Blue #6E77FF
RGB
CMYK
RGB Variations
Color information
#6E77FF (or 0x6E77FF) is known color: Light Slate Blue. HEX triplet: 6E, 77 and FF. RGB value is (110,119,255). Sum of RGB (Red+Green+Blue) = 110+119+255=484 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.73% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E77FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E77FF is #918800. Grayscale: #838383. Windows color (decimal): -9537537 or 16742254. OLE color: 16742254.
HSL color Cylindrical-coordinate representation of color #6E77FF: hue angle of 236.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E77FF is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 119 | 255 | - |
| CMYK | 0.57 | 0.53 | 0 | 0 |
| HSL | 236.28º | 1% | 0.72% | - |
| HSV(B) | 236.28º | 0.57% | 1% | - |
| XYZ | 31.08 | 23.73 | 97.55 | - |
| YUV | 131.81 | 197.52 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 255 | 0.57 | 0.53 | 0 | 0 | 236.28 | 1 | 0.72 |
| Hex | 6E | 77 | FF | 39 | 35 | 0 | 0 | EC | 64 | 48 |
| Octal | 156 | 167 | 377 | 71 | 65 | 0 | 0 | 354 | 144 | 110 |
| Binary | 1101110 | 1110111 | 11111111 | 111001 | 110101 | 0 | 0 | 11101100 | 1100100 | 1001000 |
Color Harmonies of #6E77FF
Complementary color
Monochromatic Colors of #6E77FF
Black with #6E77FF
Text Example
Text Example
White with #6E77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E77FF; }
p { color: rgb(110,119,255); }
H1.HeaderClassName
{
color: #6E77FF;
}
.AnyTagClassName
{
color: #6E77FF;
}
</style>
background-color css
<style>
a { background-color: #6E77FF; }
a { background-color: rgb(110,119,255); }
div.DivClassName
{
background-color: #6E77FF;
}
.BgClassName
{
background-color: #6E77FF;
}
</style>
border-color css
<style>
span { border-color: #6E77FF; }
span { border-color: rgb(110,119,255); }
td.TdClassName
{
border-color: #6E77FF;
}
.TagClassName
{
border-color: #6E77FF;
}
</style>