#6c4f9e

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

Shades of Studio #6C4F9E

Tints of Studio #6C4F9E

Color information

#6C4F9E (or 0x6C4F9E) is unknown color: approx Studio. HEX triplet: 6C, 4F and 9E. RGB value is (108,79,158). Sum of RGB (Red+Green+Blue) = 108+79+158=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C4F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4F9E is #93B061. Grayscale: #606060. Windows color (decimal): -9678946 or 10375020. OLE color: 10375020.

HSL color Cylindrical-coordinate representation of color #6C4F9E: hue angle of 262.03º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4F9E is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10879158-
CMYK0.320.5000.38
HSL262.03º33.33%46.47%-
HSV(B)262.03º50%61.96%-
XYZ15.1511.2533.72-
YUV96.68162.61136.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=31.30%
G=22.90%
B=45.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108791580.320.5000.38262.0333.3346.47
Hex6C4F9E2032026106212e
Octal15411723640620464064156
Binary11011001001111100111101000001100100100110100000110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c4f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,79,158); }

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

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

 a { background-color: rgb(108,79,158); }

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

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

 span { border-color: rgb(108,79,158); }

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