Html Css Color HEX #614E69 Fedora

📋 copy color: '#614E69'

red 97 ◦ green 78 ◦ blue 105

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

Shades of Fedora #614E69

Tints of Fedora #614E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.5%

R = 34.64%
G = 27.86%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#614E69 (or 0x614E69) is known color: Fedora. HEX triplet: 61, 4E and 69. RGB value is (97,78,105). Sum of RGB (Red+Green+Blue) = 97+78+105=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #614E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E69 is #9EB196. Grayscale: #565656. Windows color (decimal): -10400151 or 6901345. OLE color: 6901345.

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

Color convert

RGB 97 78 105 -
CMYK 0.08 0.26 0 0.59
HSL 282.22º 0.15% 0.36% -
HSV(B) 282.22º 0.26% 0.41% -
XYZ 10.2 9.01 14.57 -
YUV 86.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 97 78 105 0.08 0.26 0 0.59 282.22 0.15 0.36
Hex 61 4E 69 8 1A 0 3B 11A F 24
Octal 141 116 151 10 32 0 73 432 17 44
Binary 1100001 1001110 1101001 1000 11010 0 111011 100011010 1111 100100

Color Harmonies of #614E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E69

Black with #614E69

Text Example


Text Example

White with #614E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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