#6B5AEE

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

Shades of Medium Slate Blue #6B5AEE

Tints of Medium Slate Blue #6B5AEE

Color information

#6B5AEE (or 0x6B5AEE) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 5A and EE. RGB value is (107,90,238). Sum of RGB (Red+Green+Blue) = 107+90+238=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B5AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5AEE is #94A511. Grayscale: #6F6F6F. Windows color (decimal): -9741586 or 15620715. OLE color: 15620715.

HSL color Cylindrical-coordinate representation of color #6B5AEE: hue angle of 246.89º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B5AEE is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10790238-
CMYK0.550.6200.07
HSL246.89º81.32%64.31%-
HSV(B)246.89º62.18%93.33%-
XYZ25.1516.6182.77-
YUV111.96199.13124.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.60%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 238 (93.36% from 255) = 54.71%
R=24.60%
G=20.69%
B=54.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal107902380.550.6200.07246.8981.3264.31
Hex6B5AEE373E07f75140
Octal153132356677607367121100
Binary110101110110101110111011011111111001111111011110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,90,238); }

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

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

 a { background-color: rgb(107,90,238); }

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

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

 span { border-color: rgb(107,90,238); }

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