#626063

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

Shades of Fedora #626063

Tints of Fedora #626063

Color information

#626063 (or 0x626063) is unknown color: approx Fedora. HEX triplet: 62, 60 and 63. RGB value is (98,96,99). Sum of RGB (Red+Green+Blue) = 98+96+99=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 99 - color contains mainly: blue. Hex color #626063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626063 is #9D9F9C. Grayscale: #606060. Windows color (decimal): -10330013 or 6512738. OLE color: 6512738.

HSL color Cylindrical-coordinate representation of color #626063: hue angle of 280º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #626063 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB989699-
CMYK0.010.0300.61
HSL280º1.54%38.24%-
HSV(B)280º3.03%38.82%-
XYZ11.4711.8613.49-
YUV96.94129.16128.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.45%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=33.45%
G=32.76%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9896990.010.0300.612801.5438.24
Hex6260631303D118226
Octal14214014313075430246
Binary110001011000001100011111011110110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626063; }

 p { color: rgb(98,96,99); }

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

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

 a { background-color: rgb(98,96,99); }

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

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

 span { border-color: rgb(98,96,99); }

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