#614054

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

Shades of Finn #614054

Tints of Finn #614054

Color information

#614054 (or 0x614054) is unknown color: approx Finn. HEX triplet: 61, 40 and 54. RGB value is (97,64,84). Sum of RGB (Red+Green+Blue) = 97+64+84=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #614054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614054 is #9EBFAB. Grayscale: #4C4C4C. Windows color (decimal): -10403756 or 5521505. OLE color: 5521505.

HSL color Cylindrical-coordinate representation of color #614054: hue angle of 323.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614054 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB976484-
CMYK00.340.130.62
HSL323.64º20.5%31.57%-
HSV(B)323.64º34.02%38.04%-
XYZ8.366.859.27-
YUV76.15132.43142.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=39.59%
G=26.12%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97648400.340.130.62323.6420.531.57
Hex614054022D3E1441420
Octal14110012404215765042440
Binary1100001100000010101000100010110111111010100010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614054; }

 p { color: rgb(97,64,84); }

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

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

 a { background-color: rgb(97,64,84); }

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

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

 span { border-color: rgb(97,64,84); }

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