#6B4BF3

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

Shades of Medium Slate Blue #6B4BF3

Tints of Medium Slate Blue #6B4BF3

Color information

#6B4BF3 (or 0x6B4BF3) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 4B and F3. RGB value is (107,75,243). Sum of RGB (Red+Green+Blue) = 107+75+243=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B4BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B4BF3 is #94B40C. Grayscale: #676767. Windows color (decimal): -9745421 or 15944555. OLE color: 15944555.

HSL color Cylindrical-coordinate representation of color #6B4BF3: hue angle of 251.43º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B4BF3 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10775243-
CMYK0.560.6900.05
HSL251.43º87.5%62.35%-
HSV(B)251.43º69.14%95.29%-
XYZ24.7614.6386.31-
YUV103.72206.6130.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.18%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 243 (95.31% from 255) = 57.18%
R=25.18%
G=17.65%
B=57.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal107752430.560.6900.05251.4387.562.35
Hex6B4BF3384505fb583e
Octal153113363701050537313076
Binary110101110010111111001111100010001010101111110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,75,243); }

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

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

 a { background-color: rgb(107,75,243); }

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

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

 span { border-color: rgb(107,75,243); }

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