Html Css Color HEX #614D6B Fedora

📋 copy color: '#614D6B'

red 97 ◦ green 77 ◦ blue 107

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

Shades of Fedora #614D6B

Tints of Fedora #614D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

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

R = 34.52%
G = 27.4%
B = 38.08%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#614D6B (or 0x614D6B) is known color: Fedora. HEX triplet: 61, 4D and 6B. RGB value is (97,77,107). Sum of RGB (Red+Green+Blue) = 97+77+107=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #614D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D6B is #9EB294. Grayscale: #565656. Windows color (decimal): -10400405 or 7032161. OLE color: 7032161.

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

Color convert

RGB 97 77 107 -
CMYK 0.09 0.28 0 0.58
HSL 280º 0.16% 0.36% -
HSV(B) 280º 0.28% 0.42% -
XYZ 10.24 8.91 15.09 -
YUV 86.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 97 77 107 0.09 0.28 0 0.58 280 0.16 0.36
Hex 61 4D 6B 9 1C 0 3A 118 10 24
Octal 141 115 153 11 34 0 72 430 20 44
Binary 1100001 1001101 1101011 1001 11100 0 111010 100011000 10000 100100

Color Harmonies of #614D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D6B

Black with #614D6B

Text Example


Text Example

White with #614D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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