#6E549B

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

Shades of Studio #6E549B

Tints of Studio #6E549B

Color information

#6E549B (or 0x6E549B) is unknown color: approx Studio. HEX triplet: 6E, 54 and 9B. RGB value is (110,84,155). Sum of RGB (Red+Green+Blue) = 110+84+155=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E549B is #91AB64. Grayscale: #636363. Windows color (decimal): -9546597 or 10179694. OLE color: 10179694.

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

Color convert

RGB11084155-
CMYK0.290.4600.39
HSL261.97º29.71%46.86%-
HSV(B)261.97º45.81%60.78%-
XYZ15.5212.0232.51-
YUV99.87159.11135.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=31.52%
G=24.07%
B=44.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110841550.290.4600.39261.9729.7146.86
Hex6E549B1D2E0271061e2f
Octal15612423335560474063657
Binary110111010101001001101111101101110010011110000011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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