#6C5277

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

Shades of Affair #6C5277

Tints of Affair #6C5277

Color information

#6C5277 (or 0x6C5277) is unknown color: approx Affair. HEX triplet: 6C, 52 and 77. RGB value is (108,82,119). Sum of RGB (Red+Green+Blue) = 108+82+119=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C5277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5277 is #93AD88. Grayscale: #5D5D5D. Windows color (decimal): -9678217 or 7819884. OLE color: 7819884.

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

Color convert

RGB10882119-
CMYK0.090.3100.53
HSL282.16º18.41%39.41%-
HSV(B)282.16º31.09%46.67%-
XYZ12.5310.5518.83-
YUV93.99142.11137.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=34.95%
G=26.54%
B=38.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108821190.090.3100.53282.1618.4139.41
Hex6C527791F03511a1227
Octal15412216711370654322247
Binary110110010100101110111100111111011010110001101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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