#6C4890

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

Shades of Studio #6C4890

Tints of Studio #6C4890

Color information

#6C4890 (or 0x6C4890) is unknown color: approx Studio. HEX triplet: 6C, 48 and 90. RGB value is (108,72,144). Sum of RGB (Red+Green+Blue) = 108+72+144=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C4890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4890 is #93B76F. Grayscale: #5A5A5A. Windows color (decimal): -9680752 or 9455724. OLE color: 9455724.

HSL color Cylindrical-coordinate representation of color #6C4890: hue angle of 270º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4890 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10872144-
CMYK0.250.5000.44
HSL270º33.33%42.35%-
HSV(B)270º50%56.47%-
XYZ13.549.8427.57-
YUV90.97157.93140.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108721440.250.5000.4427033.3342.35
Hex6C4890193202C10e212a
Octal15411022031620544164152
Binary1101100100100010010000110011100100101100100001110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,72,144); }

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

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

 a { background-color: rgb(108,72,144); }

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

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

 span { border-color: rgb(108,72,144); }

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