Html Css Color HEX #615563 Fedora

📋 copy color: '#615563'

red 97 ◦ green 85 ◦ blue 99

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

Shades of Fedora #615563

Tints of Fedora #615563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 34.52%
G = 30.25%
B = 35.23%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#615563 (or 0x615563) is known color: Fedora. HEX triplet: 61, 55 and 63. RGB value is (97,85,99). Sum of RGB (Red+Green+Blue) = 97+85+99=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #615563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615563 is #9EAA9C. Grayscale: #5A5A5A. Windows color (decimal): -10398365 or 6509921. OLE color: 6509921.

HSL color Cylindrical-coordinate representation of color #615563: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #615563 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 85 99 -
CMYK 0.02 0.14 0 0.61
HSL 291.43º 0.08% 0.36% -
HSV(B) 291.43º 0.14% 0.39% -
XYZ 10.43 9.94 13.17 -
YUV 90.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 97 85 99 0.02 0.14 0 0.61 291.43 0.08 0.36
Hex 61 55 63 2 E 0 3D 123 8 24
Octal 141 125 143 2 16 0 75 443 10 44
Binary 1100001 1010101 1100011 10 1110 0 111101 100100011 1000 100100

Color Harmonies of #615563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615563

Black with #615563

Text Example


Text Example

White with #615563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615563; }

 p { color: rgb(97,85,99); }

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

background-color css

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

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

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

border-color css

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

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

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