#6E479E

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

Shades of Studio #6E479E

Tints of Studio #6E479E

Color information

#6E479E (or 0x6E479E) is unknown color: approx Studio. HEX triplet: 6E, 47 and 9E. RGB value is (110,71,158). Sum of RGB (Red+Green+Blue) = 110+71+158=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E479E is #91B861. Grayscale: #5C5C5C. Windows color (decimal): -9549922 or 10372974. OLE color: 10372974.

HSL color Cylindrical-coordinate representation of color #6E479E: hue angle of 266.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E479E is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11071158-
CMYK0.300.5500.38
HSL266.9º37.99%44.9%-
HSV(B)266.9º55.06%61.96%-
XYZ14.8610.2933.55-
YUV92.58164.92140.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=32.45%
G=20.94%
B=46.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110711580.300.5500.38266.937.9944.9
Hex6E479E1E3702610b262d
Octal15610723636670464134655
Binary1101110100011110011110111101101110100110100001011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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