#625068

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

Shades of Fedora #625068

Tints of Fedora #625068

Color information

#625068 (or 0x625068) is unknown color: approx Fedora. HEX triplet: 62, 50 and 68. RGB value is (98,80,104). Sum of RGB (Red+Green+Blue) = 98+80+104=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #625068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625068 is #9DAF97. Grayscale: #585858. Windows color (decimal): -10334104 or 6836322. OLE color: 6836322.

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

Color convert

RGB9880104-
CMYK0.060.2300.59
HSL285º13.04%36.08%-
HSV(B)285º23.08%40.78%-
XYZ10.49.3314.35-
YUV88.12136.96135.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=34.75%
G=28.37%
B=36.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98801040.060.2300.5928513.0436.08
Hex62506861703B11dd24
Octal1421201506270734351544
Binary1100010101000011010001101011101110111000111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625068; }

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

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

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

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

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

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

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

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