Html Css Color HEX #625B63 Fedora

📋 copy color: '#625B63'

red 98 ◦ green 91 ◦ blue 99

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

Shades of Fedora #625B63

Tints of Fedora #625B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

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

R = 34.03%
G = 31.6%
B = 34.38%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#625B63 (or 0x625B63) is known color: Fedora. HEX triplet: 62, 5B and 63. RGB value is (98,91,99). Sum of RGB (Red+Green+Blue) = 98+91+99=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 99 - color contains mainly: blue. Hex color #625B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B63 is #9DA49C. Grayscale: #5D5D5D. Windows color (decimal): -10331293 or 6511458. OLE color: 6511458.

HSL color Cylindrical-coordinate representation of color #625B63: hue angle of 292.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #625B63 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 98 91 99 -
CMYK 0.01 0.08 0 0.61
HSL 292.5º 0.04% 0.37% -
HSV(B) 292.5º 0.08% 0.39% -
XYZ 11.03 10.98 13.34 -
YUV 94.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 98 91 99 0.01 0.08 0 0.61 292.5 0.04 0.37
Hex 62 5B 63 1 8 0 3D 124 4 25
Octal 142 133 143 1 10 0 75 444 4 45
Binary 1100010 1011011 1100011 1 1000 0 111101 100100100 100 100101

Color Harmonies of #625B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625B63

Black with #625B63

Text Example


Text Example

White with #625B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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