Html Css Color HEX #614560 Fedora

📋 copy color: '#614560'

red 97 ◦ green 69 ◦ blue 96

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

Shades of Fedora #614560

Tints of Fedora #614560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 37.02%
G = 26.34%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#614560 (or 0x614560) is known color: Fedora. HEX triplet: 61, 45 and 60. RGB value is (97,69,96). Sum of RGB (Red+Green+Blue) = 97+69+96=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #614560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614560 is #9EBA9F. Grayscale: #505050. Windows color (decimal): -10402464 or 6309217. OLE color: 6309217.

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

Color convert

RGB 97 69 96 -
CMYK 0 0.29 0.01 0.62
HSL 302.14º 0.17% 0.33% -
HSV(B) 302.14º 0.29% 0.38% -
XYZ 9.17 7.64 12.06 -
YUV 80.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 97 69 96 0 0.29 0.01 0.62 302.14 0.17 0.33
Hex 61 45 60 0 1D 1 3E 12E 11 21
Octal 141 105 140 0 35 1 76 456 21 41
Binary 1100001 1000101 1100000 0 11101 1 111110 100101110 10001 100001

Color Harmonies of #614560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614560

Black with #614560

Text Example


Text Example

White with #614560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614560; }

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

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

background-color css

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

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

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

border-color css

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

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

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