#6879FE

Color #6879FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #6879FE

Tints of Light Slate Blue #6879FE

Color information

#6879FE (or 0x6879FE) is unknown color: approx Light Slate Blue. HEX triplet: 68, 79 and FE. RGB value is (104,121,254). Sum of RGB (Red+Green+Blue) = 104+121+254=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #6879FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6879FE is #978601. Grayscale: #828282. Windows color (decimal): -9930242 or 16677224. OLE color: 16677224.

HSL color Cylindrical-coordinate representation of color #6879FE: hue angle of 233.2º 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 #6879FE is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB104121254-
CMYK0.590.5200.00
HSL233.2º98.68%70.2%-
HSV(B)233.2º59.06%99.61%-
XYZ30.4423.7796.75-
YUV131.08197.37108.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 21.71%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 254 (99.61% from 255) = 53.03%
R=21.71%
G=25.26%
B=53.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1041212540.590.5200.00233.298.6870.2
Hex6879FE3B3400e96346
Octal150171376736400351143106
Binary1101000111100111111110111011110100001110100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6879FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6879FE; }

 p { color: rgb(104,121,254); }

 H1.HeaderClassName
 {
   color: #6879FE;
 }
 .AnyTagClassName
 {
   color: #6879FE;
 }
</style>
background-color css

<style>
 a { background-color: #6879FE; }

 a { background-color: rgb(104,121,254); }

 div.DivClassName
 {
   background-color: #6879FE;
 }
 .BgClassName
 {
   background-color: #6879FE;
 }
</style>
border-color css

<style>
 span { border-color: #6879FE; }

 span { border-color: rgb(104,121,254); }

 td.TdClassName
 {
   border-color: #6879FE;
 }
 .TagClassName
 {
   border-color: #6879FE;
 }
</style>