#6B73EA

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

Shades of Medium Slate Blue #6B73EA

Tints of Medium Slate Blue #6B73EA

Color information

#6B73EA (or 0x6B73EA) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 73 and EA. RGB value is (107,115,234). Sum of RGB (Red+Green+Blue) = 107+115+234=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B73EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B73EA is #948C15. Grayscale: #7D7D7D. Windows color (decimal): -9735190 or 15364971. OLE color: 15364971.

HSL color Cylindrical-coordinate representation of color #6B73EA: hue angle of 236.22º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B73EA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107115234-
CMYK0.540.5100.08
HSL236.22º75.15%66.86%-
HSV(B)236.22º54.27%91.76%-
XYZ27.0521.3380.53-
YUV126.17188.85114.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.46%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 234 (91.80% from 255) = 51.32%
R=23.46%
G=25.22%
B=51.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071152340.540.5100.08236.2275.1566.86
Hex6B73EA363308ec4b43
Octal1531633526663010354113103
Binary1101011111001111101010110110110011010001110110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B73EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,234); }

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

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

 a { background-color: rgb(107,115,234); }

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

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

 span { border-color: rgb(107,115,234); }

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