Html Css Color HEX #614F6B Fedora

📋 copy color: '#614F6B'

red 97 ◦ green 79 ◦ blue 107

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

Shades of Fedora #614F6B

Tints of Fedora #614F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 34.28%
G = 27.92%
B = 37.81%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#614F6B (or 0x614F6B) is known color: Fedora. HEX triplet: 61, 4F and 6B. RGB value is (97,79,107). Sum of RGB (Red+Green+Blue) = 97+79+107=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #614F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F6B is #9EB094. Grayscale: #575757. Windows color (decimal): -10399893 or 7032673. OLE color: 7032673.

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

Color convert

RGB 97 79 107 -
CMYK 0.09 0.26 0 0.58
HSL 278.57º 0.15% 0.36% -
HSV(B) 278.57º 0.26% 0.42% -
XYZ 10.38 9.19 15.14 -
YUV 87.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 97 79 107 0.09 0.26 0 0.58 278.57 0.15 0.36
Hex 61 4F 6B 9 1A 0 3A 117 F 24
Octal 141 117 153 11 32 0 72 427 17 44
Binary 1100001 1001111 1101011 1001 11010 0 111010 100010111 1111 100100

Color Harmonies of #614F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F6B

Black with #614F6B

Text Example


Text Example

White with #614F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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