Html Css Color HEX #614E6A Fedora

📋 copy color: '#614E6A'

red 97 ◦ green 78 ◦ blue 106

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

Shades of Fedora #614E6A

Tints of Fedora #614E6A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.76%

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

R = 34.52%
G = 27.76%
B = 37.72%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#614E6A (or 0x614E6A) is known color: Fedora. HEX triplet: 61, 4E and 6A. RGB value is (97,78,106). Sum of RGB (Red+Green+Blue) = 97+78+106=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #614E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E6A is #9EB195. Grayscale: #565656. Windows color (decimal): -10400150 or 6966881. OLE color: 6966881.

HSL color Cylindrical-coordinate representation of color #614E6A: hue angle of 280.71º 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 #614E6A is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 78 106 -
CMYK 0.08 0.26 0 0.58
HSL 280.71º 0.15% 0.36% -
HSV(B) 280.71º 0.26% 0.42% -
XYZ 10.26 9.03 14.84 -
YUV 86.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 97 78 106 0.08 0.26 0 0.58 280.71 0.15 0.36
Hex 61 4E 6A 8 1A 0 3A 119 F 24
Octal 141 116 152 10 32 0 72 431 17 44
Binary 1100001 1001110 1101010 1000 11010 0 111010 100011001 1111 100100

Color Harmonies of #614E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E6A

Black with #614E6A

Text Example


Text Example

White with #614E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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