#6C4E95

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

Shades of Studio #6C4E95

Tints of Studio #6C4E95

Color information

#6C4E95 (or 0x6C4E95) is unknown color: approx Studio. HEX triplet: 6C, 4E and 95. RGB value is (108,78,149). Sum of RGB (Red+Green+Blue) = 108+78+149=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C4E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4E95 is #93B16A. Grayscale: #5E5E5E. Windows color (decimal): -9679211 or 9784940. OLE color: 9784940.

HSL color Cylindrical-coordinate representation of color #6C4E95: hue angle of 265.35º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C4E95 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10878149-
CMYK0.280.4800.42
HSL265.35º31.28%44.51%-
HSV(B)265.35º47.65%58.43%-
XYZ14.3310.8129.76-
YUV95.06158.44137.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=32.24%
G=23.28%
B=44.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108781490.280.4800.42265.3531.2844.51
Hex6C4E951C3002A1091f2d
Octal15411622534600524113755
Binary110110010011101001010111100110000010101010000100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,78,149); }

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

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

 a { background-color: rgb(108,78,149); }

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

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

 span { border-color: rgb(108,78,149); }

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