#6A79EE

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

Shades of Medium Slate Blue #6A79EE

Tints of Medium Slate Blue #6A79EE

Color information

#6A79EE (or 0x6A79EE) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 79 and EE. RGB value is (106,121,238). Sum of RGB (Red+Green+Blue) = 106+121+238=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A79EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A79EE is #958611. Grayscale: #818181. Windows color (decimal): -9799186 or 15628650. OLE color: 15628650.

HSL color Cylindrical-coordinate representation of color #6A79EE: hue angle of 233.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A79EE is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106121238-
CMYK0.550.4900.07
HSL233.18º79.52%67.45%-
HSV(B)233.18º55.46%93.33%-
XYZ28.2122.9183.82-
YUV129.85189.03110.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.80%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 238 (93.36% from 255) = 51.18%
R=22.80%
G=26.02%
B=51.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061212380.550.4900.07233.1879.5267.45
Hex6A79EE373107e95043
Octal152171356676107351120103
Binary110101011110011110111011011111000101111110100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A79EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,121,238); }

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

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

 a { background-color: rgb(106,121,238); }

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

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

 span { border-color: rgb(106,121,238); }

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