#6A79EC

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

Shades of Medium Slate Blue #6A79EC

Tints of Medium Slate Blue #6A79EC

Color information

#6A79EC (or 0x6A79EC) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 79 and EC. RGB value is (106,121,236). Sum of RGB (Red+Green+Blue) = 106+121+236=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A79EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A79EC is #958613. Grayscale: #818181. Windows color (decimal): -9799188 or 15497578. OLE color: 15497578.

HSL color Cylindrical-coordinate representation of color #6A79EC: hue angle of 233.08º degrees, saturation: 0.77, 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 #6A79EC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106121236-
CMYK0.550.4900.07
HSL233.08º77.38%67.06%-
HSV(B)233.08º55.08%92.55%-
XYZ27.9222.882.29-
YUV129.62188.03111.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.89%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 236 (92.58% from 255) = 50.97%
R=22.89%
G=26.13%
B=50.97%

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
Decimal1061212360.550.4900.07233.0877.3867.06
Hex6A79EC373107e94d43
Octal152171354676107351115103
Binary110101011110011110110011011111000101111110100110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A79EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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