#625669

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

Shades of Fedora #625669

Tints of Fedora #625669

Color information

#625669 (or 0x625669) is unknown color: approx Fedora. HEX triplet: 62, 56 and 69. RGB value is (98,86,105). Sum of RGB (Red+Green+Blue) = 98+86+105=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #625669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625669 is #9DA996. Grayscale: #5B5B5B. Windows color (decimal): -10332567 or 6903394. OLE color: 6903394.

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

Color convert

RGB9886105-
CMYK0.070.1800.59
HSL277.89º9.95%37.45%-
HSV(B)277.89º18.1%41.18%-
XYZ10.9110.2714.77-
YUV91.75135.48132.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=33.91%
G=29.76%
B=36.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98861050.070.1800.59277.899.9537.45
Hex62566971203B116a25
Octal1421261517220734261245
Binary1100010101011011010011111001001110111000101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625669; }

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

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

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

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

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

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

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

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