Shades of Light Slate Blue #6C76FE
Tints of Light Slate Blue #6C76FE
RGB
CMYK
RGB Variations
Color information
#6C76FE (or 0x6C76FE) is known color: Light Slate Blue. HEX triplet: 6C, 76 and FE. RGB value is (108,118,254). Sum of RGB (Red+Green+Blue) = 108+118+254=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C76FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C76FE is #938901. Grayscale: #818181. Windows color (decimal): -9668866 or 16676460. OLE color: 16676460.
HSL color Cylindrical-coordinate representation of color #6C76FE: hue angle of 235.89º 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 #6C76FE is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 118 | 254 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.00 |
| HSL | 235.89º | 0.99% | 0.71% | - |
| HSV(B) | 235.89º | 0.57% | 1% | - |
| XYZ | 30.55 | 23.3 | 96.65 | - |
| YUV | 130.51 | 197.69 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 254 | 0.57 | 0.54 | 0 | 0.00 | 235.89 | 0.99 | 0.71 |
| Hex | 6C | 76 | FE | 39 | 36 | 0 | 0 | EC | 63 | 47 |
| Octal | 154 | 166 | 376 | 71 | 66 | 0 | 0 | 354 | 143 | 107 |
| Binary | 1101100 | 1110110 | 11111110 | 111001 | 110110 | 0 | 0 | 11101100 | 1100011 | 1000111 |
Color Harmonies of #6C76FE
Complementary color
Monochromatic Colors of #6C76FE
Black with #6C76FE
Text Example
Text Example
White with #6C76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C76FE; }
p { color: rgb(108,118,254); }
H1.HeaderClassName
{
color: #6C76FE;
}
.AnyTagClassName
{
color: #6C76FE;
}
</style>
background-color css
<style>
a { background-color: #6C76FE; }
a { background-color: rgb(108,118,254); }
div.DivClassName
{
background-color: #6C76FE;
}
.BgClassName
{
background-color: #6C76FE;
}
</style>
border-color css
<style>
span { border-color: #6C76FE; }
span { border-color: rgb(108,118,254); }
td.TdClassName
{
border-color: #6C76FE;
}
.TagClassName
{
border-color: #6C76FE;
}
</style>