Html Css Color HEX #615562 Fedora

📋 copy color: '#615562'

red 97 ◦ green 85 ◦ blue 98

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

Shades of Fedora #615562

Tints of Fedora #615562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35%

R = 34.64%
G = 30.36%
B = 35%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615562 (or 0x615562) is known color: Fedora. HEX triplet: 61, 55 and 62. RGB value is (97,85,98). Sum of RGB (Red+Green+Blue) = 97+85+98=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 98 - color contains mainly: blue. Hex color #615562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615562 is #9EAA9D. Grayscale: #5A5A5A. Windows color (decimal): -10398366 or 6444385. OLE color: 6444385.

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

Color convert

RGB 97 85 98 -
CMYK 0.01 0.13 0 0.62
HSL 295.38º 0.07% 0.36% -
HSV(B) 295.38º 0.13% 0.38% -
XYZ 10.38 9.92 12.92 -
YUV 90.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 97 85 98 0.01 0.13 0 0.62 295.38 0.07 0.36
Hex 61 55 62 1 D 0 3E 127 7 24
Octal 141 125 142 1 15 0 76 447 7 44
Binary 1100001 1010101 1100010 1 1101 0 111110 100100111 111 100100

Color Harmonies of #615562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615562

Black with #615562

Text Example


Text Example

White with #615562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615562; }

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

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

background-color css

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

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

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

border-color css

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

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

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