#6E4798

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

Shades of Studio #6E4798

Tints of Studio #6E4798

Color information

#6E4798 (or 0x6E4798) is unknown color: approx Studio. HEX triplet: 6E, 47 and 98. RGB value is (110,71,152). Sum of RGB (Red+Green+Blue) = 110+71+152=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E4798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4798 is #91B867. Grayscale: #5B5B5B. Windows color (decimal): -9549928 or 9979758. OLE color: 9979758.

HSL color Cylindrical-coordinate representation of color #6E4798: hue angle of 268.89º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E4798 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11071152-
CMYK0.280.5300.40
HSL268.89º36.32%43.73%-
HSV(B)268.89º53.29%59.61%-
XYZ14.3510.0930.9-
YUV91.9161.92140.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.03%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=33.03%
G=21.32%
B=45.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110711520.280.5300.40268.8936.3243.73
Hex6E47981C3502810d242c
Octal15610723034650504154454
Binary1101110100011110011000111001101010101000100001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,71,152); }

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

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

 a { background-color: rgb(110,71,152); }

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

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

 span { border-color: rgb(110,71,152); }

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