Shades of Light Slate Blue #6A7CFF
Tints of Light Slate Blue #6A7CFF
RGB
CMYK
RGB Variations
Color information
#6A7CFF (or 0x6A7CFF) is known color: Light Slate Blue. HEX triplet: 6A, 7C and FF. RGB value is (106,124,255). Sum of RGB (Red+Green+Blue) = 106+124+255=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7CFF is #958300. Grayscale: #858585. Windows color (decimal): -9798401 or 16743530. OLE color: 16743530.
HSL color Cylindrical-coordinate representation of color #6A7CFF: hue angle of 232.75º 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 #6A7CFF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 124 | 255 | - |
| CMYK | 0.58 | 0.51 | 0 | 0 |
| HSL | 232.75º | 1% | 0.71% | - |
| HSV(B) | 232.75º | 0.58% | 1% | - |
| XYZ | 31.2 | 24.7 | 97.73 | - |
| YUV | 133.55 | 196.54 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 255 | 0.58 | 0.51 | 0 | 0 | 232.75 | 1 | 0.71 |
| Hex | 6A | 7C | FF | 3A | 33 | 0 | 0 | E9 | 64 | 47 |
| Octal | 152 | 174 | 377 | 72 | 63 | 0 | 0 | 351 | 144 | 107 |
| Binary | 1101010 | 1111100 | 11111111 | 111010 | 110011 | 0 | 0 | 11101001 | 1100100 | 1000111 |
Color Harmonies of #6A7CFF
Complementary color
Monochromatic Colors of #6A7CFF
Black with #6A7CFF
Text Example
Text Example
White with #6A7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7CFF; }
p { color: rgb(106,124,255); }
H1.HeaderClassName
{
color: #6A7CFF;
}
.AnyTagClassName
{
color: #6A7CFF;
}
</style>
background-color css
<style>
a { background-color: #6A7CFF; }
a { background-color: rgb(106,124,255); }
div.DivClassName
{
background-color: #6A7CFF;
}
.BgClassName
{
background-color: #6A7CFF;
}
</style>
border-color css
<style>
span { border-color: #6A7CFF; }
span { border-color: rgb(106,124,255); }
td.TdClassName
{
border-color: #6A7CFF;
}
.TagClassName
{
border-color: #6A7CFF;
}
</style>