#6E519D

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

Shades of Studio #6E519D

Tints of Studio #6E519D

Color information

#6E519D (or 0x6E519D) is unknown color: approx Studio. HEX triplet: 6E, 51 and 9D. RGB value is (110,81,157). Sum of RGB (Red+Green+Blue) = 110+81+157=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E519D is #91AE62. Grayscale: #626262. Windows color (decimal): -9547363 or 10309998. OLE color: 10309998.

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

Color convert

RGB11081157-
CMYK0.300.4800.38
HSL262.89º31.93%46.67%-
HSV(B)262.89º48.41%61.57%-
XYZ15.4611.6333.33-
YUV98.34161.11136.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=31.61%
G=23.28%
B=45.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110811570.300.4800.38262.8931.9346.67
Hex6E519D1E30026107202f
Octal15612123536600464074057
Binary1101110101000110011101111101100000100110100000111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,81,157); }

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

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

 a { background-color: rgb(110,81,157); }

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

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

 span { border-color: rgb(110,81,157); }

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