Shades of Light Slate Blue #6B77FE
Tints of Light Slate Blue #6B77FE
RGB
CMYK
RGB Variations
Color information
#6B77FE (or 0x6B77FE) is known color: Light Slate Blue. HEX triplet: 6B, 77 and FE. RGB value is (107,119,254). Sum of RGB (Red+Green+Blue) = 107+119+254=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 119 (46.88% from 255 or 24.79% 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 #6B77FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B77FE is #948801. Grayscale: #828282. Windows color (decimal): -9734146 or 16676715. OLE color: 16676715.
HSL color Cylindrical-coordinate representation of color #6B77FE: hue angle of 235.1º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B77FE is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 119 | 254 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.00 |
| HSL | 235.1º | 0.99% | 0.71% | - |
| HSV(B) | 235.1º | 0.58% | 1% | - |
| XYZ | 30.55 | 23.48 | 96.69 | - |
| YUV | 130.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 254 | 0.58 | 0.53 | 0 | 0.00 | 235.1 | 0.99 | 0.71 |
| Hex | 6B | 77 | FE | 3A | 35 | 0 | 0 | EB | 63 | 47 |
| Octal | 153 | 167 | 376 | 72 | 65 | 0 | 0 | 353 | 143 | 107 |
| Binary | 1101011 | 1110111 | 11111110 | 111010 | 110101 | 0 | 0 | 11101011 | 1100011 | 1000111 |
Color Harmonies of #6B77FE
Complementary color
Monochromatic Colors of #6B77FE
Black with #6B77FE
Text Example
Text Example
White with #6B77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B77FE; }
p { color: rgb(107,119,254); }
H1.HeaderClassName
{
color: #6B77FE;
}
.AnyTagClassName
{
color: #6B77FE;
}
</style>
background-color css
<style>
a { background-color: #6B77FE; }
a { background-color: rgb(107,119,254); }
div.DivClassName
{
background-color: #6B77FE;
}
.BgClassName
{
background-color: #6B77FE;
}
</style>
border-color css
<style>
span { border-color: #6B77FE; }
span { border-color: rgb(107,119,254); }
td.TdClassName
{
border-color: #6B77FE;
}
.TagClassName
{
border-color: #6B77FE;
}
</style>