#62506C

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

Shades of Fedora #62506C

Tints of Fedora #62506C

Color information

#62506C (or 0x62506C) is unknown color: approx Fedora. HEX triplet: 62, 50 and 6C. RGB value is (98,80,108). Sum of RGB (Red+Green+Blue) = 98+80+108=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #62506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62506C is #9DAF93. Grayscale: #585858. Windows color (decimal): -10334100 or 7098466. OLE color: 7098466.

HSL color Cylindrical-coordinate representation of color #62506C: hue angle of 278.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62506C is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9880108-
CMYK0.090.2600.58
HSL278.57º14.89%36.86%-
HSV(B)278.57º25.93%42.35%-
XYZ10.619.4215.45-
YUV88.57138.96134.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=34.27%
G=27.97%
B=37.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98801080.090.2600.58278.5714.8936.86
Hex62506C91A03A117f25
Octal14212015411320724271745
Binary11000101010000110110010011101001110101000101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62506C; }

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

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

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

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

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

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

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

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