#6C5477

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

Shades of Affair #6C5477

Tints of Affair #6C5477

Color information

#6C5477 (or 0x6C5477) is unknown color: approx Affair. HEX triplet: 6C, 54 and 77. RGB value is (108,84,119). Sum of RGB (Red+Green+Blue) = 108+84+119=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C5477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5477 is #93AB88. Grayscale: #5F5F5F. Windows color (decimal): -9677705 or 7820396. OLE color: 7820396.

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

Color convert

RGB10884119-
CMYK0.090.2900.53
HSL281.14º17.24%39.8%-
HSV(B)281.14º29.41%46.67%-
XYZ12.6810.8618.88-
YUV95.17141.45137.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=34.73%
G=27.01%
B=38.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108841190.090.2900.53281.1417.2439.8
Hex6C547791D0351191128
Octal15412416711350654312150
Binary110110010101001110111100111101011010110001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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