Shades of Light Slate Blue #6C77FF
Tints of Light Slate Blue #6C77FF
RGB
CMYK
RGB Variations
Color information
#6C77FF (or 0x6C77FF) is known color: Light Slate Blue. HEX triplet: 6C, 77 and FF. RGB value is (108,119,255). Sum of RGB (Red+Green+Blue) = 108+119+255=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C77FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C77FF is #938800. Grayscale: #828282. Windows color (decimal): -9668609 or 16742252. OLE color: 16742252.
HSL color Cylindrical-coordinate representation of color #6C77FF: hue angle of 235.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C77FF is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 119 | 255 | - |
| CMYK | 0.58 | 0.53 | 0 | 0 |
| HSL | 235.51º | 1% | 0.71% | - |
| HSV(B) | 235.51º | 0.58% | 1% | - |
| XYZ | 30.83 | 23.6 | 97.54 | - |
| YUV | 131.22 | 197.86 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 255 | 0.58 | 0.53 | 0 | 0 | 235.51 | 1 | 0.71 |
| Hex | 6C | 77 | FF | 3A | 35 | 0 | 0 | EC | 64 | 47 |
| Octal | 154 | 167 | 377 | 72 | 65 | 0 | 0 | 354 | 144 | 107 |
| Binary | 1101100 | 1110111 | 11111111 | 111010 | 110101 | 0 | 0 | 11101100 | 1100100 | 1000111 |
Color Harmonies of #6C77FF
Complementary color
Monochromatic Colors of #6C77FF
Black with #6C77FF
Text Example
Text Example
White with #6C77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C77FF; }
p { color: rgb(108,119,255); }
H1.HeaderClassName
{
color: #6C77FF;
}
.AnyTagClassName
{
color: #6C77FF;
}
</style>
background-color css
<style>
a { background-color: #6C77FF; }
a { background-color: rgb(108,119,255); }
div.DivClassName
{
background-color: #6C77FF;
}
.BgClassName
{
background-color: #6C77FF;
}
</style>
border-color css
<style>
span { border-color: #6C77FF; }
span { border-color: rgb(108,119,255); }
td.TdClassName
{
border-color: #6C77FF;
}
.TagClassName
{
border-color: #6C77FF;
}
</style>