Shades of Light Slate Blue #6779FE
Tints of Light Slate Blue #6779FE
RGB
CMYK
RGB Variations
Color information
#6779FE (or 0x6779FE) is known color: Light Slate Blue. HEX triplet: 67, 79 and FE. RGB value is (103,121,254). Sum of RGB (Red+Green+Blue) = 103+121+254=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #6779FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6779FE is #988601. Grayscale: #828282. Windows color (decimal): -9995778 or 16677223. OLE color: 16677223.
HSL color Cylindrical-coordinate representation of color #6779FE: hue angle of 232.85º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6779FE is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 121 | 254 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.00 |
| HSL | 232.85º | 0.99% | 0.7% | - |
| HSV(B) | 232.85º | 0.59% | 1% | - |
| XYZ | 30.32 | 23.71 | 96.75 | - |
| YUV | 130.78 | 197.54 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 254 | 0.59 | 0.52 | 0 | 0.00 | 232.85 | 0.99 | 0.7 |
| Hex | 67 | 79 | FE | 3B | 34 | 0 | 0 | E9 | 63 | 46 |
| Octal | 147 | 171 | 376 | 73 | 64 | 0 | 0 | 351 | 143 | 106 |
| Binary | 1100111 | 1111001 | 11111110 | 111011 | 110100 | 0 | 0 | 11101001 | 1100011 | 1000110 |
Color Harmonies of #6779FE
Complementary color
Monochromatic Colors of #6779FE
Black with #6779FE
Text Example
Text Example
White with #6779FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6779FE; }
p { color: rgb(103,121,254); }
H1.HeaderClassName
{
color: #6779FE;
}
.AnyTagClassName
{
color: #6779FE;
}
</style>
background-color css
<style>
a { background-color: #6779FE; }
a { background-color: rgb(103,121,254); }
div.DivClassName
{
background-color: #6779FE;
}
.BgClassName
{
background-color: #6779FE;
}
</style>
border-color css
<style>
span { border-color: #6779FE; }
span { border-color: rgb(103,121,254); }
td.TdClassName
{
border-color: #6779FE;
}
.TagClassName
{
border-color: #6779FE;
}
</style>