#625067

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

Shades of Fedora #625067

Tints of Fedora #625067

Color information

#625067 (or 0x625067) is unknown color: approx Fedora. HEX triplet: 62, 50 and 67. RGB value is (98,80,103). Sum of RGB (Red+Green+Blue) = 98+80+103=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #625067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625067 is #9DAF98. Grayscale: #575757. Windows color (decimal): -10334105 or 6770786. OLE color: 6770786.

HSL color Cylindrical-coordinate representation of color #625067: hue angle of 286.96º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #625067 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9880103-
CMYK0.050.2200.60
HSL286.96º12.57%35.88%-
HSV(B)286.96º22.33%40.39%-
XYZ10.359.3114.08-
YUV88136.46135.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=34.88%
G=28.47%
B=36.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98801030.050.2200.60286.9612.5735.88
Hex62506751603C11fd24
Octal1421201475260744371544
Binary1100010101000011001111011011001111001000111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625067; }

 p { color: rgb(98,80,103); }

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

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

 a { background-color: rgb(98,80,103); }

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

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

 span { border-color: rgb(98,80,103); }

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