Shades of Light Slate Blue #6B77FF
Tints of Light Slate Blue #6B77FF
RGB
CMYK
RGB Variations
Color information
#6B77FF (or 0x6B77FF) is known color: Light Slate Blue. HEX triplet: 6B, 77 and FF. RGB value is (107,119,255). Sum of RGB (Red+Green+Blue) = 107+119+255=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B77FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B77FF is #948800. Grayscale: #828282. Windows color (decimal): -9734145 or 16742251. OLE color: 16742251.
HSL color Cylindrical-coordinate representation of color #6B77FF: hue angle of 235.14º 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 #6B77FF is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 119 | 255 | - |
| CMYK | 0.58 | 0.53 | 0 | 0 |
| HSL | 235.14º | 1% | 0.71% | - |
| HSV(B) | 235.14º | 0.58% | 1% | - |
| XYZ | 30.71 | 23.54 | 97.53 | - |
| YUV | 130.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 255 | 0.58 | 0.53 | 0 | 0 | 235.14 | 1 | 0.71 |
| Hex | 6B | 77 | FF | 3A | 35 | 0 | 0 | EB | 64 | 47 |
| Octal | 153 | 167 | 377 | 72 | 65 | 0 | 0 | 353 | 144 | 107 |
| Binary | 1101011 | 1110111 | 11111111 | 111010 | 110101 | 0 | 0 | 11101011 | 1100100 | 1000111 |
Color Harmonies of #6B77FF
Complementary color
Monochromatic Colors of #6B77FF
Black with #6B77FF
Text Example
Text Example
White with #6B77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B77FF; }
p { color: rgb(107,119,255); }
H1.HeaderClassName
{
color: #6B77FF;
}
.AnyTagClassName
{
color: #6B77FF;
}
</style>
background-color css
<style>
a { background-color: #6B77FF; }
a { background-color: rgb(107,119,255); }
div.DivClassName
{
background-color: #6B77FF;
}
.BgClassName
{
background-color: #6B77FF;
}
</style>
border-color css
<style>
span { border-color: #6B77FF; }
span { border-color: rgb(107,119,255); }
td.TdClassName
{
border-color: #6B77FF;
}
.TagClassName
{
border-color: #6B77FF;
}
</style>