Html Css Color HEX #614D6C Fedora

📋 copy color: '#614D6C'

red 97 ◦ green 77 ◦ blue 108

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

Shades of Fedora #614D6C

Tints of Fedora #614D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 34.4%
G = 27.3%
B = 38.3%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#614D6C (or 0x614D6C) is known color: Fedora. HEX triplet: 61, 4D and 6C. RGB value is (97,77,108). Sum of RGB (Red+Green+Blue) = 97+77+108=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #614D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D6C is #9EB293. Grayscale: #565656. Windows color (decimal): -10400404 or 7097697. OLE color: 7097697.

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

Color convert

RGB 97 77 108 -
CMYK 0.10 0.29 0 0.58
HSL 278.71º 0.17% 0.36% -
HSV(B) 278.71º 0.29% 0.42% -
XYZ 10.29 8.93 15.37 -
YUV 86.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 97 77 108 0.10 0.29 0 0.58 278.71 0.17 0.36
Hex 61 4D 6C A 1D 0 3A 117 11 24
Octal 141 115 154 12 35 0 72 427 21 44
Binary 1100001 1001101 1101100 1010 11101 0 111010 100010111 10001 100100

Color Harmonies of #614D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D6C

Black with #614D6C

Text Example


Text Example

White with #614D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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