#6D4EA1

Color #6D4EA1 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #6D4EA1

Tints of Studio #6D4EA1

Color information

#6D4EA1 (or 0x6D4EA1) is unknown color: approx Studio. HEX triplet: 6D, 4E and A1. RGB value is (109,78,161). Sum of RGB (Red+Green+Blue) = 109+78+161=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 161 - color contains mainly: blue. Hex color #6D4EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4EA1 is #92B15E. Grayscale: #606060. Windows color (decimal): -9613663 or 10571373. OLE color: 10571373.

HSL color Cylindrical-coordinate representation of color #6D4EA1: hue angle of 262.41º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4EA1 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10978161-
CMYK0.320.5200.37
HSL262.41º34.73%46.86%-
HSV(B)262.41º51.55%63.14%-
XYZ15.4611.2735.08-
YUV96.73164.27136.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.32%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 161 (63.28% from 255) = 46.26%
R=31.32%
G=22.41%
B=46.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal109781610.320.5200.37262.4134.7346.86
Hex6D4EA12034025106232f
Octal15511624140640454064357
Binary11011011001110101000011000001101000100101100000110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,78,161); }

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

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

 a { background-color: rgb(109,78,161); }

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

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

 span { border-color: rgb(109,78,161); }

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