Shades of Light Slate Blue #6F77FC
Tints of Light Slate Blue #6F77FC
RGB
CMYK
RGB Variations
Color information
#6F77FC (or 0x6F77FC) is known color: Light Slate Blue. HEX triplet: 6F, 77 and FC. RGB value is (111,119,252). Sum of RGB (Red+Green+Blue) = 111+119+252=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F77FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F77FC is #908803. Grayscale: #838383. Windows color (decimal): -9472004 or 16545647. OLE color: 16545647.
HSL color Cylindrical-coordinate representation of color #6F77FC: hue angle of 236.6º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F77FC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 119 | 252 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.01 |
| HSL | 236.6º | 0.96% | 0.71% | - |
| HSV(B) | 236.6º | 0.56% | 0.99% | - |
| XYZ | 30.72 | 23.6 | 95.03 | - |
| YUV | 131.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 252 | 0.56 | 0.53 | 0 | 0.01 | 236.6 | 0.96 | 0.71 |
| Hex | 6F | 77 | FC | 38 | 35 | 0 | 1 | ED | 60 | 47 |
| Octal | 157 | 167 | 374 | 70 | 65 | 0 | 1 | 355 | 140 | 107 |
| Binary | 1101111 | 1110111 | 11111100 | 111000 | 110101 | 0 | 1 | 11101101 | 1100000 | 1000111 |
Color Harmonies of #6F77FC
Complementary color
Monochromatic Colors of #6F77FC
Black with #6F77FC
Text Example
Text Example
White with #6F77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F77FC; }
p { color: rgb(111,119,252); }
H1.HeaderClassName
{
color: #6F77FC;
}
.AnyTagClassName
{
color: #6F77FC;
}
</style>
background-color css
<style>
a { background-color: #6F77FC; }
a { background-color: rgb(111,119,252); }
div.DivClassName
{
background-color: #6F77FC;
}
.BgClassName
{
background-color: #6F77FC;
}
</style>
border-color css
<style>
span { border-color: #6F77FC; }
span { border-color: rgb(111,119,252); }
td.TdClassName
{
border-color: #6F77FC;
}
.TagClassName
{
border-color: #6F77FC;
}
</style>