Html Css Color HEX #614F63 Fedora

📋 copy color: '#614F63'

red 97 ◦ green 79 ◦ blue 99

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

Shades of Fedora #614F63

Tints of Fedora #614F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 35.27%
G = 28.73%
B = 36%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#614F63 (or 0x614F63) is known color: Fedora. HEX triplet: 61, 4F and 63. RGB value is (97,79,99). Sum of RGB (Red+Green+Blue) = 97+79+99=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #614F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F63 is #9EB09C. Grayscale: #565656. Windows color (decimal): -10399901 or 6508385. OLE color: 6508385.

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

Color convert

RGB 97 79 99 -
CMYK 0.02 0.20 0 0.61
HSL 294º 0.11% 0.35% -
HSV(B) 294º 0.2% 0.39% -
XYZ 9.98 9.03 13.02 -
YUV 86.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 97 79 99 0.02 0.20 0 0.61 294 0.11 0.35
Hex 61 4F 63 2 14 0 3D 126 B 23
Octal 141 117 143 2 24 0 75 446 13 43
Binary 1100001 1001111 1100011 10 10100 0 111101 100100110 1011 100011

Color Harmonies of #614F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F63

Black with #614F63

Text Example


Text Example

White with #614F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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