Html Css Color HEX #625562 Fedora

📋 copy color: '#625562'

red 98 ◦ green 85 ◦ blue 98

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

Shades of Fedora #625562

Tints of Fedora #625562

RGB

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

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

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

R = 34.88%
G = 30.25%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#625562 (or 0x625562) is known color: Fedora. HEX triplet: 62, 55 and 62. RGB value is (98,85,98). Sum of RGB (Red+Green+Blue) = 98+85+98=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625562 is #9DAA9D. Grayscale: #5A5A5A. Windows color (decimal): -10332830 or 6444386. OLE color: 6444386.

HSL color Cylindrical-coordinate representation of color #625562: hue angle of 300º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #625562 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 85 98 -
CMYK 0 0.13 0 0.62
HSL 300º 0.07% 0.36% -
HSV(B) 300º 0.13% 0.38% -
XYZ 10.49 9.98 12.93 -
YUV 90.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 98 85 98 0 0.13 0 0.62 300 0.07 0.36
Hex 62 55 62 0 D 0 3E 12C 7 24
Octal 142 125 142 0 15 0 76 454 7 44
Binary 1100010 1010101 1100010 0 1101 0 111110 100101100 111 100100

Color Harmonies of #625562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625562

Black with #625562

Text Example


Text Example

White with #625562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625562; }

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

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

background-color css

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

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

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

border-color css

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

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

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