#6E79FE

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

Shades of Light Slate Blue #6E79FE

Tints of Light Slate Blue #6E79FE

Color information

#6E79FE (or 0x6E79FE) is unknown color: approx Light Slate Blue. HEX triplet: 6E, 79 and FE. RGB value is (110,121,254). Sum of RGB (Red+Green+Blue) = 110+121+254=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E79FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E79FE is #918601. Grayscale: #848484. Windows color (decimal): -9537026 or 16677230. OLE color: 16677230.

HSL color Cylindrical-coordinate representation of color #6E79FE: hue angle of 235.42º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E79FE is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB110121254-
CMYK0.570.5200.00
HSL235.42º98.63%71.37%-
HSV(B)235.42º56.69%99.61%-
XYZ31.1624.1596.78-
YUV132.87196.36111.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.68%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 254 (99.61% from 255) = 52.37%
R=22.68%
G=24.95%
B=52.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1101212540.570.5200.00235.4298.6371.37
Hex6E79FE393400eb6347
Octal156171376716400353143107
Binary1101110111100111111110111001110100001110101111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E79FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E79FE; }

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

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

<style>
 a { background-color: #6E79FE; }

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

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

<style>
 span { border-color: #6E79FE; }

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

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