Shades of Light Slate Blue #6679FF
Tints of Light Slate Blue #6679FF
RGB
CMYK
RGB Variations
Color information
#6679FF (or 0x6679FF) is known color: Light Slate Blue. HEX triplet: 66, 79 and FF. RGB value is (102,121,255). Sum of RGB (Red+Green+Blue) = 102+121+255=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #6679FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6679FF is #998600. Grayscale: #828282. Windows color (decimal): -10061313 or 16742758. OLE color: 16742758.
HSL color Cylindrical-coordinate representation of color #6679FF: hue angle of 232.55º 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 #6679FF is Cyan = 0.6, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 121 | 255 | - |
| CMYK | 0.6 | 0.53 | 0 | 0 |
| HSL | 232.55º | 1% | 0.7% | - |
| HSV(B) | 232.55º | 0.6% | 1% | - |
| XYZ | 30.37 | 23.72 | 97.59 | - |
| YUV | 130.6 | 198.21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 255 | 0.6 | 0.53 | 0 | 0 | 232.55 | 1 | 0.7 |
| Hex | 66 | 79 | FF | 3C | 35 | 0 | 0 | E9 | 64 | 46 |
| Octal | 146 | 171 | 377 | 74 | 65 | 0 | 0 | 351 | 144 | 106 |
| Binary | 1100110 | 1111001 | 11111111 | 111100 | 110101 | 0 | 0 | 11101001 | 1100100 | 1000110 |
Color Harmonies of #6679FF
Complementary color
Monochromatic Colors of #6679FF
Black with #6679FF
Text Example
Text Example
White with #6679FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6679FF; }
p { color: rgb(102,121,255); }
H1.HeaderClassName
{
color: #6679FF;
}
.AnyTagClassName
{
color: #6679FF;
}
</style>
background-color css
<style>
a { background-color: #6679FF; }
a { background-color: rgb(102,121,255); }
div.DivClassName
{
background-color: #6679FF;
}
.BgClassName
{
background-color: #6679FF;
}
</style>
border-color css
<style>
span { border-color: #6679FF; }
span { border-color: rgb(102,121,255); }
td.TdClassName
{
border-color: #6679FF;
}
.TagClassName
{
border-color: #6679FF;
}
</style>