#625666

Color #625666 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #625666

Tints of Fedora #625666

Color information

#625666 (or 0x625666) is unknown color: approx Fedora. HEX triplet: 62, 56 and 66. RGB value is (98,86,102). Sum of RGB (Red+Green+Blue) = 98+86+102=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 102 - color contains mainly: blue. Hex color #625666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625666 is #9DA999. Grayscale: #5B5B5B. Windows color (decimal): -10332570 or 6706786. OLE color: 6706786.

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

Color convert

RGB9886102-
CMYK0.040.1600.6
HSL285º8.51%36.86%-
HSV(B)285º15.69%40%-
XYZ10.7610.2113.97-
YUV91.41133.98132.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=34.27%
G=30.07%
B=35.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98861020.040.1600.62858.5136.86
Hex62566641003C11d925
Octal1421261464200744351145
Binary1100010101011011001101001000001111001000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625666; }

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

 H1.HeaderClassName
 {
   color: #625666;
 }
 .AnyTagClassName
 {
   color: #625666;
 }
</style>
background-color css

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

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

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

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

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

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