#6B6DE5

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

Shades of Medium Slate Blue #6B6DE5

Tints of Medium Slate Blue #6B6DE5

Color information

#6B6DE5 (or 0x6B6DE5) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 6D and E5. RGB value is (107,109,229). Sum of RGB (Red+Green+Blue) = 107+109+229=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #6B6DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6DE5 is #94921A. Grayscale: #797979. Windows color (decimal): -9736731 or 15035755. OLE color: 15035755.

HSL color Cylindrical-coordinate representation of color #6B6DE5: hue angle of 239.02º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B6DE5 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB107109229-
CMYK0.530.5200.10
HSL239.02º70.11%65.88%-
HSV(B)239.02º53.28%89.8%-
XYZ25.6719.7276.58-
YUV122.08188.34117.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.04%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 229 (89.84% from 255) = 51.46%
R=24.04%
G=24.49%
B=51.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1071092290.530.5200.10239.0270.1165.88
Hex6B6DE535340Aef4642
Octal1531553456564012357106102
Binary1101011110110111100101110101110100010101110111110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,109,229); }

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

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

 a { background-color: rgb(107,109,229); }

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

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

 span { border-color: rgb(107,109,229); }

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