#625768

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

Shades of Fedora #625768

Tints of Fedora #625768

Color information

#625768 (or 0x625768) is unknown color: approx Fedora. HEX triplet: 62, 57 and 68. RGB value is (98,87,104). Sum of RGB (Red+Green+Blue) = 98+87+104=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #625768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625768 is #9DA897. Grayscale: #5C5C5C. Windows color (decimal): -10332312 or 6838114. OLE color: 6838114.

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

Color convert

RGB9887104-
CMYK0.060.1600.59
HSL278.82º8.9%37.45%-
HSV(B)278.82º16.35%40.78%-
XYZ10.9410.4114.53-
YUV92.23134.64132.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=33.91%
G=30.10%
B=35.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98871040.060.1600.59278.828.937.45
Hex62576861003B117925
Octal1421271506200734271145
Binary1100010101011111010001101000001110111000101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625768; }

 p { color: rgb(98,87,104); }

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

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

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

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

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

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

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