#6C4F85

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

Shades of Affair #6C4F85

Tints of Affair #6C4F85

Color information

#6C4F85 (or 0x6C4F85) is unknown color: approx Affair. HEX triplet: 6C, 4F and 85. RGB value is (108,79,133). Sum of RGB (Red+Green+Blue) = 108+79+133=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C4F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4F85 is #93B07A. Grayscale: #5D5D5D. Windows color (decimal): -9678971 or 8736620. OLE color: 8736620.

HSL color Cylindrical-coordinate representation of color #6C4F85: hue angle of 272.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C4F85 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10879133-
CMYK0.190.4100.48
HSL272.22º25.47%41.57%-
HSV(B)272.22º40.6%52.16%-
XYZ13.2110.4723.52-
YUV93.83150.11138.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 79 (31.25% from 255) = 24.69%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=33.75%
G=24.69%
B=41.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108791330.190.4100.48272.2225.4741.57
Hex6C4F851329030110192a
Octal15411720523510604203152
Binary110110010011111000010110011101001011000010001000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,79,133); }

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

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

 a { background-color: rgb(108,79,133); }

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

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

 span { border-color: rgb(108,79,133); }

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