Html Css Color HEX #625463 Fedora

📋 copy color: '#625463'

red 98 ◦ green 84 ◦ blue 99

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

Shades of Fedora #625463

Tints of Fedora #625463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 34.88%
G = 29.89%
B = 35.23%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#625463 (or 0x625463) is known color: Fedora. HEX triplet: 62, 54 and 63. RGB value is (98,84,99). Sum of RGB (Red+Green+Blue) = 98+84+99=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #625463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625463 is #9DAB9C. Grayscale: #595959. Windows color (decimal): -10333085 or 6509666. OLE color: 6509666.

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

Color convert

RGB 98 84 99 -
CMYK 0.01 0.15 0 0.61
HSL 296º 0.08% 0.36% -
HSV(B) 296º 0.15% 0.39% -
XYZ 10.46 9.84 13.15 -
YUV 89.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 98 84 99 0.01 0.15 0 0.61 296 0.08 0.36
Hex 62 54 63 1 F 0 3D 128 8 24
Octal 142 124 143 1 17 0 75 450 10 44
Binary 1100010 1010100 1100011 1 1111 0 111101 100101000 1000 100100

Color Harmonies of #625463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625463

Black with #625463

Text Example


Text Example

White with #625463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625463; }

 p { color: rgb(98,84,99); }

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

background-color css

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

 a { background-color: rgb(98,84,99); }

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

border-color css

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

 span { border-color: rgb(98,84,99); }

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