#624F6D

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

Shades of Fedora #624F6D

Tints of Fedora #624F6D

Color information

#624F6D (or 0x624F6D) is unknown color: approx Fedora. HEX triplet: 62, 4F and 6D. RGB value is (98,79,109). Sum of RGB (Red+Green+Blue) = 98+79+109=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #624F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F6D is #9DB092. Grayscale: #575757. Windows color (decimal): -10334355 or 7163746. OLE color: 7163746.

HSL color Cylindrical-coordinate representation of color #624F6D: hue angle of 278º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #624F6D is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9879109-
CMYK0.100.2800.57
HSL278º15.96%36.86%-
HSV(B)278º27.52%42.75%-
XYZ10.599.2915.7-
YUV88.1139.79135.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=34.27%
G=27.62%
B=38.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98791090.100.2800.5727815.9636.86
Hex624F6DA1C0391161025
Octal14211715512340714262045
Binary110001010011111101101101011100011100110001011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624F6D; }

 p { color: rgb(98,79,109); }

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

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

 a { background-color: rgb(98,79,109); }

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

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

 span { border-color: rgb(98,79,109); }

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