Html Css Color HEX #614F68 Fedora

📋 copy color: '#614F68'

red 97 ◦ green 79 ◦ blue 104

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

Shades of Fedora #614F68

Tints of Fedora #614F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 34.64%
G = 28.21%
B = 37.14%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#614F68 (or 0x614F68) is known color: Fedora. HEX triplet: 61, 4F and 68. RGB value is (97,79,104). Sum of RGB (Red+Green+Blue) = 97+79+104=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #614F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F68 is #9EB097. Grayscale: #575757. Windows color (decimal): -10399896 or 6836065. OLE color: 6836065.

HSL color Cylindrical-coordinate representation of color #614F68: hue angle of 283.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #614F68 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 79 104 -
CMYK 0.07 0.24 0 0.59
HSL 283.2º 0.14% 0.36% -
HSV(B) 283.2º 0.24% 0.41% -
XYZ 10.22 9.13 14.32 -
YUV 87.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 97 79 104 0.07 0.24 0 0.59 283.2 0.14 0.36
Hex 61 4F 68 7 18 0 3B 11B E 24
Octal 141 117 150 7 30 0 73 433 16 44
Binary 1100001 1001111 1101000 111 11000 0 111011 100011011 1110 100100

Color Harmonies of #614F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F68

Black with #614F68

Text Example


Text Example

White with #614F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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