#6E529B

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

Shades of Studio #6E529B

Tints of Studio #6E529B

Color information

#6E529B (or 0x6E529B) is unknown color: approx Studio. HEX triplet: 6E, 52 and 9B. RGB value is (110,82,155). Sum of RGB (Red+Green+Blue) = 110+82+155=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E529B is #91AD64. Grayscale: #626262. Windows color (decimal): -9547109 or 10179182. OLE color: 10179182.

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

Color convert

RGB11082155-
CMYK0.290.4700.39
HSL263.01º30.8%46.47%-
HSV(B)263.01º47.1%60.78%-
XYZ15.3611.7232.46-
YUV98.69159.78136.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.70%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=31.70%
G=23.63%
B=44.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110821550.290.4700.39263.0130.846.47
Hex6E529B1D2F0271071f2e
Octal15612223335570474073756
Binary110111010100101001101111101101111010011110000011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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