Shades of Light Slate Blue #6B76FF
Tints of Light Slate Blue #6B76FF
RGB
CMYK
RGB Variations
Color information
#6B76FF (or 0x6B76FF) is known color: Light Slate Blue. HEX triplet: 6B, 76 and FF. RGB value is (107,118,255). Sum of RGB (Red+Green+Blue) = 107+118+255=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B76FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B76FF is #948900. Grayscale: #818181. Windows color (decimal): -9734401 or 16741995. OLE color: 16741995.
HSL color Cylindrical-coordinate representation of color #6B76FF: hue angle of 235.54º 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 #6B76FF is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 118 | 255 | - |
| CMYK | 0.58 | 0.54 | 0 | 0 |
| HSL | 235.54º | 1% | 0.71% | - |
| HSV(B) | 235.54º | 0.58% | 1% | - |
| XYZ | 30.59 | 23.3 | 97.49 | - |
| YUV | 130.33 | 198.36 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 255 | 0.58 | 0.54 | 0 | 0 | 235.54 | 1 | 0.71 |
| Hex | 6B | 76 | FF | 3A | 36 | 0 | 0 | EC | 64 | 47 |
| Octal | 153 | 166 | 377 | 72 | 66 | 0 | 0 | 354 | 144 | 107 |
| Binary | 1101011 | 1110110 | 11111111 | 111010 | 110110 | 0 | 0 | 11101100 | 1100100 | 1000111 |
Color Harmonies of #6B76FF
Complementary color
Monochromatic Colors of #6B76FF
Black with #6B76FF
Text Example
Text Example
White with #6B76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B76FF; }
p { color: rgb(107,118,255); }
H1.HeaderClassName
{
color: #6B76FF;
}
.AnyTagClassName
{
color: #6B76FF;
}
</style>
background-color css
<style>
a { background-color: #6B76FF; }
a { background-color: rgb(107,118,255); }
div.DivClassName
{
background-color: #6B76FF;
}
.BgClassName
{
background-color: #6B76FF;
}
</style>
border-color css
<style>
span { border-color: #6B76FF; }
span { border-color: rgb(107,118,255); }
td.TdClassName
{
border-color: #6B76FF;
}
.TagClassName
{
border-color: #6B76FF;
}
</style>