Html Css Color HEX #625063 Fedora

📋 copy color: '#625063'

red 98 ◦ green 80 ◦ blue 99

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

Shades of Fedora #625063

Tints of Fedora #625063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 35.38%
G = 28.88%
B = 35.74%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#625063 (or 0x625063) is known color: Fedora. HEX triplet: 62, 50 and 63. RGB value is (98,80,99). Sum of RGB (Red+Green+Blue) = 98+80+99=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #625063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625063 is #9DAF9C. Grayscale: #575757. Windows color (decimal): -10334109 or 6508642. OLE color: 6508642.

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

Color convert

RGB 98 80 99 -
CMYK 0.01 0.19 0 0.61
HSL 296.84º 0.11% 0.35% -
HSV(B) 296.84º 0.19% 0.39% -
XYZ 10.16 9.23 13.05 -
YUV 87.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 98 80 99 0.01 0.19 0 0.61 296.84 0.11 0.35
Hex 62 50 63 1 13 0 3D 129 B 23
Octal 142 120 143 1 23 0 75 451 13 43
Binary 1100010 1010000 1100011 1 10011 0 111101 100101001 1011 100011

Color Harmonies of #625063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625063

Black with #625063

Text Example


Text Example

White with #625063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625063; }

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

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

background-color css

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

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

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

border-color css

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

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

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