#6A51EB

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

Shades of Medium Slate Blue #6A51EB

Tints of Medium Slate Blue #6A51EB

Color information

#6A51EB (or 0x6A51EB) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 51 and EB. RGB value is (106,81,235). Sum of RGB (Red+Green+Blue) = 106+81+235=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A51EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A51EB is #95AE14. Grayscale: #696969. Windows color (decimal): -9809429 or 15421802. OLE color: 15421802.

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

Color convert

RGB10681235-
CMYK0.550.6600.08
HSL249.74º79.38%61.96%-
HSV(B)249.74º65.53%92.16%-
XYZ23.8814.9580.22-
YUV106.03200.78127.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.12%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 235 (92.19% from 255) = 55.69%
R=25.12%
G=19.19%
B=55.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal106812350.550.6600.08249.7479.3861.96
Hex6A51EB374208fa4f3e
Octal1521213536710201037211776
Binary1101010101000111101011110111100001001000111110101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A51EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,81,235); }

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

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

 a { background-color: rgb(106,81,235); }

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

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

 span { border-color: rgb(106,81,235); }

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