Html Css Color HEX #614A60 Fedora

📋 copy color: '#614A60'

red 97 ◦ green 74 ◦ blue 96

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

Shades of Fedora #614A60

Tints of Fedora #614A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 36.33%
G = 27.72%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#614A60 (or 0x614A60) is known color: Fedora. HEX triplet: 61, 4A and 60. RGB value is (97,74,96). Sum of RGB (Red+Green+Blue) = 97+74+96=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #614A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A60 is #9EB59F. Grayscale: #535353. Windows color (decimal): -10401184 or 6310497. OLE color: 6310497.

HSL color Cylindrical-coordinate representation of color #614A60: hue angle of 302.61º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #614A60 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 96 -
CMYK 0 0.24 0.01 0.62
HSL 302.61º 0.13% 0.34% -
HSV(B) 302.61º 0.24% 0.38% -
XYZ 9.49 8.28 12.17 -
YUV 83.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 97 74 96 0 0.24 0.01 0.62 302.61 0.13 0.34
Hex 61 4A 60 0 18 1 3E 12F D 22
Octal 141 112 140 0 30 1 76 457 15 42
Binary 1100001 1001010 1100000 0 11000 1 111110 100101111 1101 100010

Color Harmonies of #614A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A60

Black with #614A60

Text Example


Text Example

White with #614A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,96); }

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

background-color css

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

 a { background-color: rgb(97,74,96); }

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

border-color css

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

 span { border-color: rgb(97,74,96); }

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