Html Css Color HEX #615564 Fedora

📋 copy color: '#615564'

red 97 ◦ green 85 ◦ blue 100

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

Shades of Fedora #615564

Tints of Fedora #615564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 34.4%
G = 30.14%
B = 35.46%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#615564 (or 0x615564) is known color: Fedora. HEX triplet: 61, 55 and 64. RGB value is (97,85,100). Sum of RGB (Red+Green+Blue) = 97+85+100=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 100 - color contains mainly: blue. Hex color #615564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615564 is #9EAA9B. Grayscale: #5A5A5A. Windows color (decimal): -10398364 or 6575457. OLE color: 6575457.

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

Color convert

RGB 97 85 100 -
CMYK 0.03 0.15 0 0.61
HSL 288º 0.08% 0.36% -
HSV(B) 288º 0.15% 0.39% -
XYZ 10.48 9.96 13.43 -
YUV 90.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 97 85 100 0.03 0.15 0 0.61 288 0.08 0.36
Hex 61 55 64 3 F 0 3D 120 8 24
Octal 141 125 144 3 17 0 75 440 10 44
Binary 1100001 1010101 1100100 11 1111 0 111101 100100000 1000 100100

Color Harmonies of #615564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615564

Black with #615564

Text Example


Text Example

White with #615564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615564; }

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

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

background-color css

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

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

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

border-color css

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

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

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