Shades of Light Slate Blue #6F77FE
Tints of Light Slate Blue #6F77FE
RGB
CMYK
RGB Variations
Color information
#6F77FE (or 0x6F77FE) is known color: Light Slate Blue. HEX triplet: 6F, 77 and FE. RGB value is (111,119,254). Sum of RGB (Red+Green+Blue) = 111+119+254=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F77FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F77FE is #908801. Grayscale: #838383. Windows color (decimal): -9472002 or 16676719. OLE color: 16676719.
HSL color Cylindrical-coordinate representation of color #6F77FE: hue angle of 236.64º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F77FE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 119 | 254 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.00 |
| HSL | 236.64º | 0.99% | 0.72% | - |
| HSV(B) | 236.64º | 0.56% | 1% | - |
| XYZ | 31.04 | 23.73 | 96.71 | - |
| YUV | 132 | 196.85 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 254 | 0.56 | 0.53 | 0 | 0.00 | 236.64 | 0.99 | 0.72 |
| Hex | 6F | 77 | FE | 38 | 35 | 0 | 0 | ED | 63 | 48 |
| Octal | 157 | 167 | 376 | 70 | 65 | 0 | 0 | 355 | 143 | 110 |
| Binary | 1101111 | 1110111 | 11111110 | 111000 | 110101 | 0 | 0 | 11101101 | 1100011 | 1001000 |
Color Harmonies of #6F77FE
Complementary color
Monochromatic Colors of #6F77FE
Black with #6F77FE
Text Example
Text Example
White with #6F77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F77FE; }
p { color: rgb(111,119,254); }
H1.HeaderClassName
{
color: #6F77FE;
}
.AnyTagClassName
{
color: #6F77FE;
}
</style>
background-color css
<style>
a { background-color: #6F77FE; }
a { background-color: rgb(111,119,254); }
div.DivClassName
{
background-color: #6F77FE;
}
.BgClassName
{
background-color: #6F77FE;
}
</style>
border-color css
<style>
span { border-color: #6F77FE; }
span { border-color: rgb(111,119,254); }
td.TdClassName
{
border-color: #6F77FE;
}
.TagClassName
{
border-color: #6F77FE;
}
</style>