#6A529F

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

Shades of Studio #6A529F

Tints of Studio #6A529F

Color information

#6A529F (or 0x6A529F) is unknown color: approx Studio. HEX triplet: 6A, 52 and 9F. RGB value is (106,82,159). Sum of RGB (Red+Green+Blue) = 106+82+159=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A529F is #95AD60. Grayscale: #616161. Windows color (decimal): -9809249 or 10441322. OLE color: 10441322.

HSL color Cylindrical-coordinate representation of color #6A529F: hue angle of 258.7º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A529F is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10682159-
CMYK0.330.4800.38
HSL258.7º31.95%47.25%-
HSV(B)258.7º48.43%62.35%-
XYZ15.2211.634.24-
YUV97.95162.45133.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=30.55%
G=23.63%
B=45.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106821590.330.4800.38258.731.9547.25
Hex6A529F2130026103202f
Octal15212223741600464034057
Binary11010101010010100111111000011100000100110100000011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,82,159); }

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

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

 a { background-color: rgb(106,82,159); }

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

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

 span { border-color: rgb(106,82,159); }

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