Html Css Color HEX #614453 Finn

📋 copy color: '#614453'

red 97 ◦ green 68 ◦ blue 83

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

Shades of Finn #614453

Tints of Finn #614453

RGB

 RED value IS 97 (38.28% from 255) = 39.11%

 GREEN value IS 68 (26.95% from 255) = 27.42%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 39.11%
G = 27.42%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#614453 (or 0x614453) is known color: Finn. HEX triplet: 61, 44 and 53. RGB value is (97,68,83). Sum of RGB (Red+Green+Blue) = 97+68+83=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #614453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614453 is #9EBBAC. Grayscale: #4E4E4E. Windows color (decimal): -10402733 or 5456993. OLE color: 5456993.

HSL color Cylindrical-coordinate representation of color #614453: hue angle of 328.97º 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 #614453 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 83 -
CMYK 0 0.30 0.14 0.62
HSL 328.97º 0.18% 0.32% -
HSV(B) 328.97º 0.3% 0.38% -
XYZ 8.56 7.3 9.14 -
YUV 78.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 97 68 83 0 0.30 0.14 0.62 328.97 0.18 0.32
Hex 61 44 53 0 1E E 3E 149 12 20
Octal 141 104 123 0 36 16 76 511 22 40
Binary 1100001 1000100 1010011 0 11110 1110 111110 101001001 10010 100000

Color Harmonies of #614453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614453

Black with #614453

Text Example


Text Example

White with #614453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614453; }

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

 H1.HeaderClassName
 {
   color: #614453;
 }
 .AnyTagClassName
 {
   color: #614453;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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