Html Css Color HEX #61516A Fedora

📋 copy color: '#61516A'

red 97 ◦ green 81 ◦ blue 106

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

Shades of Fedora #61516A

Tints of Fedora #61516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 34.15%
G = 28.52%
B = 37.32%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61516A (or 0x61516A) is known color: Fedora. HEX triplet: 61, 51 and 6A. RGB value is (97,81,106). Sum of RGB (Red+Green+Blue) = 97+81+106=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #61516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61516A is #9EAE95. Grayscale: #585858. Windows color (decimal): -10399382 or 6967649. OLE color: 6967649.

HSL color Cylindrical-coordinate representation of color #61516A: hue angle of 278.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61516A is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 81 106 -
CMYK 0.08 0.24 0 0.58
HSL 278.4º 0.13% 0.37% -
HSV(B) 278.4º 0.24% 0.42% -
XYZ 10.47 9.47 14.91 -
YUV 88.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 97 81 106 0.08 0.24 0 0.58 278.4 0.13 0.37
Hex 61 51 6A 8 18 0 3A 116 D 25
Octal 141 121 152 10 30 0 72 426 15 45
Binary 1100001 1010001 1101010 1000 11000 0 111010 100010110 1101 100101

Color Harmonies of #61516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61516A

Black with #61516A

Text Example


Text Example

White with #61516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61516A; }

 p { color: rgb(97,81,106); }

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

background-color css

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

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

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

border-color css

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

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

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