#614454

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

Shades of Finn #614454

Tints of Finn #614454

Color information

#614454 (or 0x614454) is unknown color: approx Finn. HEX triplet: 61, 44 and 54. RGB value is (97,68,84). Sum of RGB (Red+Green+Blue) = 97+68+84=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #614454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614454 is #9EBBAB. Grayscale: #4E4E4E. Windows color (decimal): -10402732 or 5522529. OLE color: 5522529.

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

Color convert

RGB976884-
CMYK00.300.130.62
HSL326.9º17.58%32.35%-
HSV(B)326.9º29.9%38.04%-
XYZ8.67.329.35-
YUV78.5131.11141.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=38.96%
G=27.31%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97688400.300.130.62326.917.5832.35
Hex61445401ED3E1471220
Octal14110412403615765072240
Binary110000110001001010100011110110111111010100011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614454; }

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

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

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

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

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

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

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

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