Html Css Color HEX #625564 Fedora

📋 copy color: '#625564'

red 98 ◦ green 85 ◦ blue 100

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

Shades of Fedora #625564

Tints of Fedora #625564

RGB

 RED value IS 98 (38.67% from 255) = 34.63%

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

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

R = 34.63%
G = 30.04%
B = 35.34%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#625564 (or 0x625564) is known color: Fedora. HEX triplet: 62, 55 and 64. RGB value is (98,85,100). Sum of RGB (Red+Green+Blue) = 98+85+100=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 100 - color contains mainly: blue. Hex color #625564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625564 is #9DAA9B. Grayscale: #5A5A5A. Windows color (decimal): -10332828 or 6575458. OLE color: 6575458.

HSL color Cylindrical-coordinate representation of color #625564: hue angle of 292º 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 #625564 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 98 85 100 -
CMYK 0.02 0.15 0 0.61
HSL 292º 0.08% 0.36% -
HSV(B) 292º 0.15% 0.39% -
XYZ 10.59 10.01 13.43 -
YUV 90.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 98 85 100 0.02 0.15 0 0.61 292 0.08 0.36
Hex 62 55 64 2 F 0 3D 124 8 24
Octal 142 125 144 2 17 0 75 444 10 44
Binary 1100010 1010101 1100100 10 1111 0 111101 100100100 1000 100100

Color Harmonies of #625564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625564

Black with #625564

Text Example


Text Example

White with #625564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625564; }

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

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

background-color css

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

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

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

border-color css

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

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

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