Html Css Color HEX #614E62 Fedora

📋 copy color: '#614E62'

red 97 ◦ green 78 ◦ blue 98

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

Shades of Fedora #614E62

Tints of Fedora #614E62

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 35.53%
G = 28.57%
B = 35.9%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614E62 (or 0x614E62) is known color: Fedora. HEX triplet: 61, 4E and 62. RGB value is (97,78,98). Sum of RGB (Red+Green+Blue) = 97+78+98=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #614E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E62 is #9EB19D. Grayscale: #555555. Windows color (decimal): -10400158 or 6442593. OLE color: 6442593.

HSL color Cylindrical-coordinate representation of color #614E62: hue angle of 297º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #614E62 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 78 98 -
CMYK 0.01 0.20 0 0.62
HSL 297º 0.11% 0.35% -
HSV(B) 297º 0.2% 0.38% -
XYZ 9.86 8.87 12.75 -
YUV 85.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 97 78 98 0.01 0.20 0 0.62 297 0.11 0.35
Hex 61 4E 62 1 14 0 3E 129 B 23
Octal 141 116 142 1 24 0 76 451 13 43
Binary 1100001 1001110 1100010 1 10100 0 111110 100101001 1011 100011

Color Harmonies of #614E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E62

Black with #614E62

Text Example


Text Example

White with #614E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,98); }

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

background-color css

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

 a { background-color: rgb(97,78,98); }

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

border-color css

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

 span { border-color: rgb(97,78,98); }

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