Html Css Color HEX #615661 Fedora

📋 copy color: '#615661'

red 97 ◦ green 86 ◦ blue 97

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

Shades of Fedora #615661

Tints of Fedora #615661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

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

R = 34.64%
G = 30.71%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615661 (or 0x615661) is known color: Fedora. HEX triplet: 61, 56 and 61. RGB value is (97,86,97). Sum of RGB (Red+Green+Blue) = 97+86+97=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615661 is #9EA99E. Grayscale: #5A5A5A. Windows color (decimal): -10398111 or 6379105. OLE color: 6379105.

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

Color convert

RGB 97 86 97 -
CMYK 0 0.11 0 0.62
HSL 300º 0.06% 0.36% -
HSV(B) 300º 0.11% 0.38% -
XYZ 10.42 10.06 12.7 -
YUV 90.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 97 86 97 0 0.11 0 0.62 300 0.06 0.36
Hex 61 56 61 0 B 0 3E 12C 6 24
Octal 141 126 141 0 13 0 76 454 6 44
Binary 1100001 1010110 1100001 0 1011 0 111110 100101100 110 100100

Color Harmonies of #615661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615661

Black with #615661

Text Example


Text Example

White with #615661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615661; }

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

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

background-color css

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

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

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

border-color css

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

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

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