Html Css Color HEX #615963 Fedora

📋 copy color: '#615963'

red 97 ◦ green 89 ◦ blue 99

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

Shades of Fedora #615963

Tints of Fedora #615963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

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

R = 34.04%
G = 31.23%
B = 34.74%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#615963 (or 0x615963) is known color: Fedora. HEX triplet: 61, 59 and 63. RGB value is (97,89,99). Sum of RGB (Red+Green+Blue) = 97+89+99=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 99 - color contains mainly: blue. Hex color #615963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615963 is #9EA69C. Grayscale: #5C5C5C. Windows color (decimal): -10397341 or 6510945. OLE color: 6510945.

HSL color Cylindrical-coordinate representation of color #615963: hue angle of 288º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #615963 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 89 99 -
CMYK 0.02 0.10 0 0.61
HSL 288º 0.05% 0.37% -
HSV(B) 288º 0.1% 0.39% -
XYZ 10.75 10.59 13.28 -
YUV 92.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 97 89 99 0.02 0.10 0 0.61 288 0.05 0.37
Hex 61 59 63 2 A 0 3D 120 5 25
Octal 141 131 143 2 12 0 75 440 5 45
Binary 1100001 1011001 1100011 10 1010 0 111101 100100000 101 100101

Color Harmonies of #615963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615963

Black with #615963

Text Example


Text Example

White with #615963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615963; }

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

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

background-color css

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

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

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

border-color css

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

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

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