Html Css Color HEX #614454 Finn

📋 copy color: '#614454'

red 97 ◦ green 68 ◦ blue 84

#614454
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #614454

Tints of Finn #614454

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.2% from 255) = 33.73%

R = 38.96%
G = 27.31%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#614454 (or 0x614454) is known color: 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

RGB 97 68 84 -
CMYK 0 0.30 0.13 0.62
HSL 326.9º 0.18% 0.32% -
HSV(B) 326.9º 0.3% 0.38% -
XYZ 8.6 7.32 9.35 -
YUV 78.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 97 68 84 0 0.30 0.13 0.62 326.9 0.18 0.32
Hex 61 44 54 0 1E D 3E 147 12 20
Octal 141 104 124 0 36 15 76 507 22 40
Binary 1100001 1000100 1010100 0 11110 1101 111110 101000111 10010 100000

Color Harmonies of #614454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614454

Black with #614454

Text Example


Text Example

White with #614454

Text Example


Text Example

HTML Codes & Css Web 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>