Html Css Color HEX #614F69 Fedora

📋 copy color: '#614F69'

red 97 ◦ green 79 ◦ blue 105

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

Shades of Fedora #614F69

Tints of Fedora #614F69

RGB

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

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

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

R = 34.52%
G = 28.11%
B = 37.37%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#614F69 (or 0x614F69) is known color: Fedora. HEX triplet: 61, 4F and 69. RGB value is (97,79,105). Sum of RGB (Red+Green+Blue) = 97+79+105=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #614F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F69 is #9EB096. Grayscale: #575757. Windows color (decimal): -10399895 or 6901601. OLE color: 6901601.

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

Color convert

RGB 97 79 105 -
CMYK 0.08 0.25 0 0.59
HSL 281.54º 0.14% 0.36% -
HSV(B) 281.54º 0.25% 0.41% -
XYZ 10.28 9.15 14.59 -
YUV 87.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 97 79 105 0.08 0.25 0 0.59 281.54 0.14 0.36
Hex 61 4F 69 8 19 0 3B 11A E 24
Octal 141 117 151 10 31 0 73 432 16 44
Binary 1100001 1001111 1101001 1000 11001 0 111011 100011010 1110 100100

Color Harmonies of #614F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F69

Black with #614F69

Text Example


Text Example

White with #614F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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