Shades of Light Slate Blue #6779FF
Tints of Light Slate Blue #6779FF
RGB
CMYK
RGB Variations
Color information
#6779FF (or 0x6779FF) is known color: Light Slate Blue. HEX triplet: 67, 79 and FF. RGB value is (103,121,255). Sum of RGB (Red+Green+Blue) = 103+121+255=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #6779FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6779FF is #988600. Grayscale: #828282. Windows color (decimal): -9995777 or 16742759. OLE color: 16742759.
HSL color Cylindrical-coordinate representation of color #6779FF: hue angle of 232.89º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6779FF is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 121 | 255 | - |
| CMYK | 0.60 | 0.53 | 0 | 0 |
| HSL | 232.89º | 1% | 0.7% | - |
| HSV(B) | 232.89º | 0.6% | 1% | - |
| XYZ | 30.48 | 23.78 | 97.59 | - |
| YUV | 130.89 | 198.04 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 255 | 0.60 | 0.53 | 0 | 0 | 232.89 | 1 | 0.7 |
| Hex | 67 | 79 | FF | 3C | 35 | 0 | 0 | E9 | 64 | 46 |
| Octal | 147 | 171 | 377 | 74 | 65 | 0 | 0 | 351 | 144 | 106 |
| Binary | 1100111 | 1111001 | 11111111 | 111100 | 110101 | 0 | 0 | 11101001 | 1100100 | 1000110 |
Color Harmonies of #6779FF
Complementary color
Monochromatic Colors of #6779FF
Black with #6779FF
Text Example
Text Example
White with #6779FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6779FF; }
p { color: rgb(103,121,255); }
H1.HeaderClassName
{
color: #6779FF;
}
.AnyTagClassName
{
color: #6779FF;
}
</style>
background-color css
<style>
a { background-color: #6779FF; }
a { background-color: rgb(103,121,255); }
div.DivClassName
{
background-color: #6779FF;
}
.BgClassName
{
background-color: #6779FF;
}
</style>
border-color css
<style>
span { border-color: #6779FF; }
span { border-color: rgb(103,121,255); }
td.TdClassName
{
border-color: #6779FF;
}
.TagClassName
{
border-color: #6779FF;
}
</style>