Html Css Color HEX #615461 Fedora

📋 copy color: '#615461'

red 97 ◦ green 84 ◦ blue 97

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

Shades of Fedora #615461

Tints of Fedora #615461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

 BLUE value IS 97 (38.28% from 255) = 34.89%

R = 34.89%
G = 30.22%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615461 (or 0x615461) is known color: Fedora. HEX triplet: 61, 54 and 61. RGB value is (97,84,97). Sum of RGB (Red+Green+Blue) = 97+84+97=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615461 is #9EAB9E. Grayscale: #595959. Windows color (decimal): -10398623 or 6378593. OLE color: 6378593.

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

Color convert

RGB 97 84 97 -
CMYK 0 0.13 0 0.62
HSL 300º 0.07% 0.35% -
HSV(B) 300º 0.13% 0.38% -
XYZ 10.26 9.75 12.65 -
YUV 89.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 97 84 97 0 0.13 0 0.62 300 0.07 0.35
Hex 61 54 61 0 D 0 3E 12C 7 23
Octal 141 124 141 0 15 0 76 454 7 43
Binary 1100001 1010100 1100001 0 1101 0 111110 100101100 111 100011

Color Harmonies of #615461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615461

Black with #615461

Text Example


Text Example

White with #615461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615461; }

 p { color: rgb(97,84,97); }

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

background-color css

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

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

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

border-color css

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

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

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