#6D6FF1

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

Shades of Medium Slate Blue #6D6FF1

Tints of Medium Slate Blue #6D6FF1

Color information

#6D6FF1 (or 0x6D6FF1) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 6F and F1. RGB value is (109,111,241). Sum of RGB (Red+Green+Blue) = 109+111+241=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D6FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6FF1 is #92900E. Grayscale: #7C7C7C. Windows color (decimal): -9605135 or 15822701. OLE color: 15822701.

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

Color convert

RGB109111241-
CMYK0.550.5400.05
HSL239.09º82.5%68.63%-
HSV(B)239.09º54.77%94.51%-
XYZ27.8720.9785.8-
YUV125.22193.34116.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.64%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 241 (94.53% from 255) = 52.28%
R=23.64%
G=24.08%
B=52.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1091112410.550.5400.05239.0982.568.63
Hex6D6FF1373605ef5245
Octal155157361676605357122105
Binary110110111011111111000111011111011001011110111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,111,241); }

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

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

 a { background-color: rgb(109,111,241); }

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

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

 span { border-color: rgb(109,111,241); }

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