#6B5478

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

Shades of Affair #6B5478

Tints of Affair #6B5478

Color information

#6B5478 (or 0x6B5478) is unknown color: approx Affair. HEX triplet: 6B, 54 and 78. RGB value is (107,84,120). Sum of RGB (Red+Green+Blue) = 107+84+120=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B5478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5478 is #94AB87. Grayscale: #5E5E5E. Windows color (decimal): -9743240 or 7885931. OLE color: 7885931.

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

Color convert

RGB10784120-
CMYK0.110.300.53
HSL278.33º17.65%40%-
HSV(B)278.33º30%47.06%-
XYZ12.6210.8219.19-
YUV94.98142.12136.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.41%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=34.41%
G=27.01%
B=38.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107841200.110.300.53278.3317.6540
Hex6B5478B1E0351161228
Octal15312417013360654262250
Binary110101110101001111000101111110011010110001011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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