Html Css Color HEX #615863 Fedora

📋 copy color: '#615863'

red 97 ◦ green 88 ◦ blue 99

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

Shades of Fedora #615863

Tints of Fedora #615863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

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

R = 34.15%
G = 30.99%
B = 34.86%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#615863 (or 0x615863) is known color: Fedora. HEX triplet: 61, 58 and 63. RGB value is (97,88,99). Sum of RGB (Red+Green+Blue) = 97+88+99=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 99 - color contains mainly: blue. Hex color #615863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615863 is #9EA79C. Grayscale: #5B5B5B. Windows color (decimal): -10397597 or 6510689. OLE color: 6510689.

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

Color convert

RGB 97 88 99 -
CMYK 0.02 0.11 0 0.61
HSL 289.09º 0.06% 0.37% -
HSV(B) 289.09º 0.11% 0.39% -
XYZ 10.67 10.42 13.25 -
YUV 91.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 97 88 99 0.02 0.11 0 0.61 289.09 0.06 0.37
Hex 61 58 63 2 B 0 3D 121 6 25
Octal 141 130 143 2 13 0 75 441 6 45
Binary 1100001 1011000 1100011 10 1011 0 111101 100100001 110 100101

Color Harmonies of #615863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615863

Black with #615863

Text Example


Text Example

White with #615863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615863; }

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

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

background-color css

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

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

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

border-color css

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

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

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