#6B495E

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

Shades of Finn #6B495E

Tints of Finn #6B495E

Color information

#6B495E (or 0x6B495E) is unknown color: approx Finn. HEX triplet: 6B, 49 and 5E. RGB value is (107,73,94). Sum of RGB (Red+Green+Blue) = 107+73+94=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B495E is #94B6A1. Grayscale: #555555. Windows color (decimal): -9746082 or 6179179. OLE color: 6179179.

HSL color Cylindrical-coordinate representation of color #6B495E: hue angle of 322.94º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B495E is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1077394-
CMYK00.320.120.58
HSL322.94º18.89%35.29%-
HSV(B)322.94º31.78%41.96%-
XYZ10.478.711.72-
YUV85.56132.76143.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.05%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=39.05%
G=26.64%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107739400.320.120.58322.9418.8935.29
Hex6B495E020C3A1431323
Octal15311113604014725032343
Binary1101011100100110111100100000110011101010100001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,94); }

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

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

 a { background-color: rgb(107,73,94); }

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

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

 span { border-color: rgb(107,73,94); }

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