#6C529F

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

Shades of Studio #6C529F

Tints of Studio #6C529F

Color information

#6C529F (or 0x6C529F) is unknown color: approx Studio. HEX triplet: 6C, 52 and 9F. RGB value is (108,82,159). Sum of RGB (Red+Green+Blue) = 108+82+159=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C529F is #93AD60. Grayscale: #626262. Windows color (decimal): -9678177 or 10441324. OLE color: 10441324.

HSL color Cylindrical-coordinate representation of color #6C529F: hue angle of 260.26º 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 #6C529F is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10882159-
CMYK0.320.4800.38
HSL260.26º31.95%47.25%-
HSV(B)260.26º48.43%62.35%-
XYZ15.4611.7334.25-
YUV98.55162.11134.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=30.95%
G=23.50%
B=45.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108821590.320.4800.38260.2631.9547.25
Hex6C529F2030026104202f
Octal15412223740600464044057
Binary11011001010010100111111000001100000100110100000100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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