#6D529A

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

Shades of Studio #6D529A

Tints of Studio #6D529A

Color information

#6D529A (or 0x6D529A) is unknown color: approx Studio. HEX triplet: 6D, 52 and 9A. RGB value is (109,82,154). Sum of RGB (Red+Green+Blue) = 109+82+154=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D529A is #92AD65. Grayscale: #626262. Windows color (decimal): -9612646 or 10113645. OLE color: 10113645.

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

Color convert

RGB10982154-
CMYK0.290.4700.40
HSL262.5º30.51%46.27%-
HSV(B)262.5º46.75%60.39%-
XYZ15.1611.6232.02-
YUV98.28159.45135.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.59%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=31.59%
G=23.77%
B=44.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109821540.290.4700.40262.530.5146.27
Hex6D529A1D2F0281061f2e
Octal15512223235570504063756
Binary110110110100101001101011101101111010100010000011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,82,154); }

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

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

 a { background-color: rgb(109,82,154); }

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

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

 span { border-color: rgb(109,82,154); }

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