#6C4F78

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

Shades of Affair #6C4F78

Tints of Affair #6C4F78

Color information

#6C4F78 (or 0x6C4F78) is unknown color: approx Affair. HEX triplet: 6C, 4F and 78. RGB value is (108,79,120). Sum of RGB (Red+Green+Blue) = 108+79+120=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C4F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F78 is #93B087. Grayscale: #5C5C5C. Windows color (decimal): -9678984 or 7884652. OLE color: 7884652.

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

Color convert

RGB10879120-
CMYK0.100.3400.53
HSL282.44º20.6%39.02%-
HSV(B)282.44º34.17%47.06%-
XYZ12.3710.1419.07-
YUV92.34143.61139.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=35.18%
G=25.73%
B=39.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108791200.100.3400.53282.4420.639.02
Hex6C4F78A2203511a1527
Octal15411717012420654322547
Binary1101100100111111110001010100010011010110001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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