#6E4C9C

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

Shades of Studio #6E4C9C

Tints of Studio #6E4C9C

Color information

#6E4C9C (or 0x6E4C9C) is unknown color: approx Studio. HEX triplet: 6E, 4C and 9C. RGB value is (110,76,156). Sum of RGB (Red+Green+Blue) = 110+76+156=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E4C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4C9C is #91B363. Grayscale: #5F5F5F. Windows color (decimal): -9548644 or 10243182. OLE color: 10243182.

HSL color Cylindrical-coordinate representation of color #6E4C9C: hue angle of 265.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E4C9C is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11076156-
CMYK0.290.5100.39
HSL265.5º34.48%45.49%-
HSV(B)265.5º51.28%61.18%-
XYZ15.0210.8832.76-
YUV95.29162.26138.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=32.16%
G=22.22%
B=45.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110761560.290.5100.39265.534.4845.49
Hex6E4C9C1D3302710a222d
Octal15611423435630474124255
Binary1101110100110010011100111011100110100111100001010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,76,156); }

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

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

 a { background-color: rgb(110,76,156); }

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

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

 span { border-color: rgb(110,76,156); }

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