#6A478C

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

Shades of Affair #6A478C

Tints of Affair #6A478C

Color information

#6A478C (or 0x6A478C) is unknown color: approx Affair. HEX triplet: 6A, 47 and 8C. RGB value is (106,71,140). Sum of RGB (Red+Green+Blue) = 106+71+140=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A478C is #95B873. Grayscale: #595959. Windows color (decimal): -9812084 or 9193322. OLE color: 9193322.

HSL color Cylindrical-coordinate representation of color #6A478C: hue angle of 270.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A478C is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10671140-
CMYK0.240.4900.45
HSL270.43º32.7%41.37%-
HSV(B)270.43º49.29%54.9%-
XYZ12.939.4625.96-
YUV89.33156.6139.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=33.44%
G=22.40%
B=44.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106711400.240.4900.45270.4332.741.37
Hex6A478C183102D10e2129
Octal15210721430610554164151
Binary1101010100011110001100110001100010101101100001110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,71,140); }

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

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

 a { background-color: rgb(106,71,140); }

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

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

 span { border-color: rgb(106,71,140); }

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