#6A62EA

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

Shades of Medium Slate Blue #6A62EA

Tints of Medium Slate Blue #6A62EA

Color information

#6A62EA (or 0x6A62EA) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 62 and EA. RGB value is (106,98,234). Sum of RGB (Red+Green+Blue) = 106+98+234=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A62EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A62EA is #959D15. Grayscale: #737373. Windows color (decimal): -9805078 or 15360618. OLE color: 15360618.

HSL color Cylindrical-coordinate representation of color #6A62EA: hue angle of 243.53º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A62EA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10698234-
CMYK0.550.5800.08
HSL243.53º76.4%65.1%-
HSV(B)243.53º58.12%91.76%-
XYZ25.1617.7479.94-
YUV115.9194.65120.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.20%
GREEN value IS 98 (38.67% from 255) = 22.37%
BLUE value IS 234 (91.80% from 255) = 53.42%
R=24.20%
G=22.37%
B=53.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal106982340.550.5800.08243.5376.465.1
Hex6A62EA373A08f44c41
Octal1521423526772010364114101
Binary1101010110001011101010110111111010010001111010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A62EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,98,234); }

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

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

 a { background-color: rgb(106,98,234); }

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

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

 span { border-color: rgb(106,98,234); }

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