#6A73FE

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

Shades of Medium Slate Blue #6A73FE

Tints of Medium Slate Blue #6A73FE

Color information

#6A73FE (or 0x6A73FE) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 73 and FE. RGB value is (106,115,254). Sum of RGB (Red+Green+Blue) = 106+115+254=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A73FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A73FE is #958C01. Grayscale: #7F7F7F. Windows color (decimal): -9800706 or 16675690. OLE color: 16675690.

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

Color convert

RGB106115254-
CMYK0.580.5500.00
HSL236.35º98.67%70.59%-
HSV(B)236.35º58.27%99.61%-
XYZ29.9622.4896.53-
YUV128.16199.02112.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.32%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=22.32%
G=24.21%
B=53.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1061152540.580.5500.00236.3598.6770.59
Hex6A73FE3A3700ec6347
Octal152163376726700354143107
Binary1101010111001111111110111010110111001110110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A73FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,254); }

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

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

 a { background-color: rgb(106,115,254); }

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

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

 span { border-color: rgb(106,115,254); }

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