#625766

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

Shades of Fedora #625766

Tints of Fedora #625766

Color information

#625766 (or 0x625766) is unknown color: approx Fedora. HEX triplet: 62, 57 and 66. RGB value is (98,87,102). Sum of RGB (Red+Green+Blue) = 98+87+102=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 102 - color contains mainly: blue. Hex color #625766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625766 is #9DA899. Grayscale: #5B5B5B. Windows color (decimal): -10332314 or 6707042. OLE color: 6707042.

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

Color convert

RGB9887102-
CMYK0.040.1500.6
HSL284º7.94%37.06%-
HSV(B)284º14.71%40%-
XYZ10.8410.3714-
YUV92133.64132.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=34.15%
G=30.31%
B=35.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98871020.040.1500.62847.9437.06
Hex6257664F03C11c825
Octal1421271464170744341045
Binary110001010101111100110100111101111001000111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625766; }

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

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

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

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

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

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

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

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