#6E489B

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

Shades of Studio #6E489B

Tints of Studio #6E489B

Color information

#6E489B (or 0x6E489B) is unknown color: approx Studio. HEX triplet: 6E, 48 and 9B. RGB value is (110,72,155). Sum of RGB (Red+Green+Blue) = 110+72+155=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E489B is #91B764. Grayscale: #5C5C5C. Windows color (decimal): -9549669 or 10176622. OLE color: 10176622.

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

Color convert

RGB11072155-
CMYK0.290.5400.39
HSL267.47º36.56%44.51%-
HSV(B)267.47º53.55%60.78%-
XYZ14.6610.3232.23-
YUV92.82163.09140.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=32.64%
G=21.36%
B=45.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110721550.290.5400.39267.4736.5644.51
Hex6E489B1D3602710b252d
Octal15611023335660474134555
Binary1101110100100010011011111011101100100111100001011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,72,155); }

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

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

 a { background-color: rgb(110,72,155); }

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

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

 span { border-color: rgb(110,72,155); }

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