#6E539C

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

Shades of Studio #6E539C

Tints of Studio #6E539C

Color information

#6E539C (or 0x6E539C) is unknown color: approx Studio. HEX triplet: 6E, 53 and 9C. RGB value is (110,83,156). Sum of RGB (Red+Green+Blue) = 110+83+156=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E539C is #91AC63. Grayscale: #636363. Windows color (decimal): -9546852 or 10244974. OLE color: 10244974.

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

Color convert

RGB11083156-
CMYK0.290.4700.39
HSL262.19º30.54%46.86%-
HSV(B)262.19º46.79%61.18%-
XYZ15.5211.932.93-
YUV99.39159.95135.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=31.52%
G=23.78%
B=44.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110831560.290.4700.39262.1930.5446.86
Hex6E539C1D2F0271061f2f
Octal15612323435570474063757
Binary110111010100111001110011101101111010011110000011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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