Html Css Color HEX #614D64 Fedora

📋 copy color: '#614D64'

red 97 ◦ green 77 ◦ blue 100

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

Shades of Fedora #614D64

Tints of Fedora #614D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 35.4%
G = 28.1%
B = 36.5%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#614D64 (or 0x614D64) is known color: Fedora. HEX triplet: 61, 4D and 64. RGB value is (97,77,100). Sum of RGB (Red+Green+Blue) = 97+77+100=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 100 - color contains mainly: blue. Hex color #614D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D64 is #9EB29B. Grayscale: #555555. Windows color (decimal): -10400412 or 6573409. OLE color: 6573409.

HSL color Cylindrical-coordinate representation of color #614D64: hue angle of 292.17º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614D64 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 77 100 -
CMYK 0.03 0.23 0 0.61
HSL 292.17º 0.13% 0.35% -
HSV(B) 292.17º 0.23% 0.39% -
XYZ 9.88 8.77 13.23 -
YUV 85.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 97 77 100 0.03 0.23 0 0.61 292.17 0.13 0.35
Hex 61 4D 64 3 17 0 3D 124 D 23
Octal 141 115 144 3 27 0 75 444 15 43
Binary 1100001 1001101 1100100 11 10111 0 111101 100100100 1101 100011

Color Harmonies of #614D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D64

Black with #614D64

Text Example


Text Example

White with #614D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614D64; }

 p { color: rgb(97,77,100); }

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

background-color css

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

 a { background-color: rgb(97,77,100); }

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

border-color css

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

 span { border-color: rgb(97,77,100); }

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