#6A435E

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

Shades of Finn #6A435E

Tints of Finn #6A435E

Color information

#6A435E (or 0x6A435E) is unknown color: approx Finn. HEX triplet: 6A, 43 and 5E. RGB value is (106,67,94). Sum of RGB (Red+Green+Blue) = 106+67+94=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 106 - color contains mainly: red. Hex color #6A435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A435E is #95BCA1. Grayscale: #515151. Windows color (decimal): -9813154 or 6177642. OLE color: 6177642.

HSL color Cylindrical-coordinate representation of color #6A435E: hue angle of 318.46º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A435E is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1066794-
CMYK00.370.110.58
HSL318.46º22.54%33.92%-
HSV(B)318.46º36.79%41.57%-
XYZ9.977.8911.59-
YUV81.74134.92145.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.70%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=39.70%
G=25.09%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106679400.370.110.58318.4622.5433.92
Hex6A435E025B3A13e1722
Octal15210313604513724762742
Binary1101010100001110111100100101101111101010011111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,67,94); }

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

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

 a { background-color: rgb(106,67,94); }

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

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

 span { border-color: rgb(106,67,94); }

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