Html Css Color HEX #614960 Fedora

📋 copy color: '#614960'

red 97 ◦ green 73 ◦ blue 96

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

Shades of Fedora #614960

Tints of Fedora #614960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

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

R = 36.47%
G = 27.44%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#614960 (or 0x614960) is known color: Fedora. HEX triplet: 61, 49 and 60. RGB value is (97,73,96). Sum of RGB (Red+Green+Blue) = 97+73+96=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #614960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614960 is #9EB69F. Grayscale: #525252. Windows color (decimal): -10401440 or 6310241. OLE color: 6310241.

HSL color Cylindrical-coordinate representation of color #614960: hue angle of 302.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #614960 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 96 -
CMYK 0 0.25 0.01 0.62
HSL 302.5º 0.14% 0.33% -
HSV(B) 302.5º 0.25% 0.38% -
XYZ 9.42 8.15 12.14 -
YUV 82.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 97 73 96 0 0.25 0.01 0.62 302.5 0.14 0.33
Hex 61 49 60 0 19 1 3E 12E E 21
Octal 141 111 140 0 31 1 76 456 16 41
Binary 1100001 1001001 1100000 0 11001 1 111110 100101110 1110 100001

Color Harmonies of #614960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614960

Black with #614960

Text Example


Text Example

White with #614960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614960; }

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

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

background-color css

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

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

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

border-color css

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

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

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