Html Css Color HEX #614760 Fedora

📋 copy color: '#614760'

red 97 ◦ green 71 ◦ blue 96

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

Shades of Fedora #614760

Tints of Fedora #614760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

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

R = 36.74%
G = 26.89%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#614760 (or 0x614760) is known color: Fedora. HEX triplet: 61, 47 and 60. RGB value is (97,71,96). Sum of RGB (Red+Green+Blue) = 97+71+96=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #614760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614760 is #9EB89F. Grayscale: #515151. Windows color (decimal): -10401952 or 6309729. OLE color: 6309729.

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

Color convert

RGB 97 71 96 -
CMYK 0 0.27 0.01 0.62
HSL 302.31º 0.15% 0.33% -
HSV(B) 302.31º 0.27% 0.38% -
XYZ 9.29 7.89 12.1 -
YUV 81.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 97 71 96 0 0.27 0.01 0.62 302.31 0.15 0.33
Hex 61 47 60 0 1B 1 3E 12E F 21
Octal 141 107 140 0 33 1 76 456 17 41
Binary 1100001 1000111 1100000 0 11011 1 111110 100101110 1111 100001

Color Harmonies of #614760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614760

Black with #614760

Text Example


Text Example

White with #614760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614760; }

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

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

background-color css

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

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

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

border-color css

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

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

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