#614355

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

Shades of Finn #614355

Tints of Finn #614355

Color information

#614355 (or 0x614355) is unknown color: approx Finn. HEX triplet: 61, 43 and 55. RGB value is (97,67,85). Sum of RGB (Red+Green+Blue) = 97+67+85=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #614355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614355 is #9EBCAA. Grayscale: #4D4D4D. Windows color (decimal): -10402987 or 5587809. OLE color: 5587809.

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

Color convert

RGB976785-
CMYK00.310.120.62
HSL324º18.29%32.16%-
HSV(B)324º30.93%38.04%-
XYZ8.587.219.53-
YUV78.02131.94141.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=38.96%
G=26.91%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97678500.310.120.6232418.2932.16
Hex61435501FC3E1441220
Octal14110312503714765042240
Binary110000110000111010101011111110011111010100010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614355; }

 p { color: rgb(97,67,85); }

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

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

 a { background-color: rgb(97,67,85); }

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

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

 span { border-color: rgb(97,67,85); }

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