#6E489A

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

Shades of Studio #6E489A

Tints of Studio #6E489A

Color information

#6E489A (or 0x6E489A) is unknown color: approx Studio. HEX triplet: 6E, 48 and 9A. RGB value is (110,72,154). Sum of RGB (Red+Green+Blue) = 110+72+154=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E489A is #91B765. Grayscale: #5C5C5C. Windows color (decimal): -9549670 or 10111086. OLE color: 10111086.

HSL color Cylindrical-coordinate representation of color #6E489A: hue angle of 267.8º 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 #6E489A is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11072154-
CMYK0.290.5300.40
HSL267.8º36.28%44.31%-
HSV(B)267.8º53.25%60.39%-
XYZ14.5810.2831.79-
YUV92.71162.59140.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.74%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=32.74%
G=21.43%
B=45.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110721540.290.5300.40267.836.2844.31
Hex6E489A1D3502810c242c
Octal15611023235650504144454
Binary1101110100100010011010111011101010101000100001100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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