#6C4E9F

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

Shades of Studio #6C4E9F

Tints of Studio #6C4E9F

Color information

#6C4E9F (or 0x6C4E9F) is unknown color: approx Studio. HEX triplet: 6C, 4E and 9F. RGB value is (108,78,159). Sum of RGB (Red+Green+Blue) = 108+78+159=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C4E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4E9F is #93B160. Grayscale: #5F5F5F. Windows color (decimal): -9679201 or 10440300. OLE color: 10440300.

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

Color convert

RGB10878159-
CMYK0.320.5100.38
HSL262.22º34.18%46.47%-
HSV(B)262.22º50.94%62.35%-
XYZ15.1711.1434.15-
YUV96.2163.44136.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=31.30%
G=22.61%
B=46.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108781590.320.5100.38262.2234.1846.47
Hex6C4E9F2033026106222e
Octal15411623740630464064256
Binary11011001001110100111111000001100110100110100000110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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