Html Css Color HEX #625566 Fedora

📋 copy color: '#625566'

red 98 ◦ green 85 ◦ blue 102

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

Shades of Fedora #625566

Tints of Fedora #625566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 34.39%
G = 29.82%
B = 35.79%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#625566 (or 0x625566) is known color: Fedora. HEX triplet: 62, 55 and 66. RGB value is (98,85,102). Sum of RGB (Red+Green+Blue) = 98+85+102=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #625566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625566 is #9DAA99. Grayscale: #5A5A5A. Windows color (decimal): -10332826 or 6706530. OLE color: 6706530.

HSL color Cylindrical-coordinate representation of color #625566: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #625566 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 98 85 102 -
CMYK 0.04 0.17 0 0.6
HSL 285.88º 0.09% 0.37% -
HSV(B) 285.88º 0.17% 0.4% -
XYZ 10.68 10.05 13.95 -
YUV 90.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 98 85 102 0.04 0.17 0 0.6 285.88 0.09 0.37
Hex 62 55 66 4 11 0 3C 11E 9 25
Octal 142 125 146 4 21 0 74 436 11 45
Binary 1100010 1010101 1100110 100 10001 0 111100 100011110 1001 100101

Color Harmonies of #625566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625566

Black with #625566

Text Example


Text Example

White with #625566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625566; }

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

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

background-color css

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

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

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

border-color css

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

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

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