#6B4778

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

Shades of Affair #6B4778

Tints of Affair #6B4778

Color information

#6B4778 (or 0x6B4778) is unknown color: approx Affair. HEX triplet: 6B, 47 and 78. RGB value is (107,71,120). Sum of RGB (Red+Green+Blue) = 107+71+120=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4778 is #94B887. Grayscale: #575757. Windows color (decimal): -9746568 or 7882603. OLE color: 7882603.

HSL color Cylindrical-coordinate representation of color #6B4778: hue angle of 284.08º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B4778 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10771120-
CMYK0.110.4100.53
HSL284.08º25.65%37.45%-
HSV(B)284.08º40.83%47.06%-
XYZ11.718.9918.89-
YUV87.35146.43142.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=35.91%
G=23.83%
B=40.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107711200.110.4100.53284.0825.6537.45
Hex6B4778B2903511c1a25
Octal15310717013510654343245
Binary1101011100011111110001011101001011010110001110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,71,120); }

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

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

 a { background-color: rgb(107,71,120); }

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

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

 span { border-color: rgb(107,71,120); }

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