Html Css Color HEX #614F65 Fedora

📋 copy color: '#614F65'

red 97 ◦ green 79 ◦ blue 101

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

Shades of Fedora #614F65

Tints of Fedora #614F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 35.02%
G = 28.52%
B = 36.46%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614F65 (or 0x614F65) is known color: Fedora. HEX triplet: 61, 4F and 65. RGB value is (97,79,101). Sum of RGB (Red+Green+Blue) = 97+79+101=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #614F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F65 is #9EB09A. Grayscale: #565656. Windows color (decimal): -10399899 or 6639457. OLE color: 6639457.

HSL color Cylindrical-coordinate representation of color #614F65: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #614F65 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 79 101 -
CMYK 0.04 0.22 0 0.60
HSL 289.09º 0.12% 0.35% -
HSV(B) 289.09º 0.22% 0.4% -
XYZ 10.07 9.07 13.53 -
YUV 86.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 97 79 101 0.04 0.22 0 0.60 289.09 0.12 0.35
Hex 61 4F 65 4 16 0 3C 121 C 23
Octal 141 117 145 4 26 0 74 441 14 43
Binary 1100001 1001111 1100101 100 10110 0 111100 100100001 1100 100011

Color Harmonies of #614F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F65

Black with #614F65

Text Example


Text Example

White with #614F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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