#6C529C

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

Shades of Studio #6C529C

Tints of Studio #6C529C

Color information

#6C529C (or 0x6C529C) is unknown color: approx Studio. HEX triplet: 6C, 52 and 9C. RGB value is (108,82,156). Sum of RGB (Red+Green+Blue) = 108+82+156=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C529C is #93AD63. Grayscale: #616161. Windows color (decimal): -9678180 or 10244716. OLE color: 10244716.

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

Color convert

RGB10882156-
CMYK0.310.4700.39
HSL261.08º31.09%46.67%-
HSV(B)261.08º47.44%61.18%-
XYZ15.211.6232.89-
YUV98.21160.61134.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.21%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=31.21%
G=23.70%
B=45.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108821560.310.4700.39261.0831.0946.67
Hex6C529C1F2F0271051f2f
Octal15412223437570474053757
Binary110110010100101001110011111101111010011110000010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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