Html Css Color HEX #614F62 Fedora

📋 copy color: '#614F62'

red 97 ◦ green 79 ◦ blue 98

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

Shades of Fedora #614F62

Tints of Fedora #614F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 35.4%
G = 28.83%
B = 35.77%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614F62 (or 0x614F62) is known color: Fedora. HEX triplet: 61, 4F and 62. RGB value is (97,79,98). Sum of RGB (Red+Green+Blue) = 97+79+98=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 98 - color contains mainly: blue. Hex color #614F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F62 is #9EB09D. Grayscale: #565656. Windows color (decimal): -10399902 or 6442849. OLE color: 6442849.

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

Color convert

RGB 97 79 98 -
CMYK 0.01 0.19 0 0.62
HSL 296.84º 0.11% 0.35% -
HSV(B) 296.84º 0.19% 0.38% -
XYZ 9.93 9.02 12.77 -
YUV 86.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 97 79 98 0.01 0.19 0 0.62 296.84 0.11 0.35
Hex 61 4F 62 1 13 0 3E 129 B 23
Octal 141 117 142 1 23 0 76 451 13 43
Binary 1100001 1001111 1100010 1 10011 0 111110 100101001 1011 100011

Color Harmonies of #614F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F62

Black with #614F62

Text Example


Text Example

White with #614F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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