Html Css Color HEX #614F6A Fedora

📋 copy color: '#614F6A'

red 97 ◦ green 79 ◦ blue 106

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

Shades of Fedora #614F6A

Tints of Fedora #614F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 34.4%
G = 28.01%
B = 37.59%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#614F6A (or 0x614F6A) is known color: Fedora. HEX triplet: 61, 4F and 6A. RGB value is (97,79,106). Sum of RGB (Red+Green+Blue) = 97+79+106=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #614F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F6A is #9EB095. Grayscale: #575757. Windows color (decimal): -10399894 or 6967137. OLE color: 6967137.

HSL color Cylindrical-coordinate representation of color #614F6A: hue angle of 280º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #614F6A is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 79 106 -
CMYK 0.08 0.25 0 0.58
HSL 280º 0.15% 0.36% -
HSV(B) 280º 0.25% 0.42% -
XYZ 10.33 9.17 14.86 -
YUV 87.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 97 79 106 0.08 0.25 0 0.58 280 0.15 0.36
Hex 61 4F 6A 8 19 0 3A 118 F 24
Octal 141 117 152 10 31 0 72 430 17 44
Binary 1100001 1001111 1101010 1000 11001 0 111010 100011000 1111 100100

Color Harmonies of #614F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F6A

Black with #614F6A

Text Example


Text Example

White with #614F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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