#62536A

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

Shades of Fedora #62536A

Tints of Fedora #62536A

Color information

#62536A (or 0x62536A) is unknown color: approx Fedora. HEX triplet: 62, 53 and 6A. RGB value is (98,83,106). Sum of RGB (Red+Green+Blue) = 98+83+106=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #62536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62536A is #9DAC95. Grayscale: #5A5A5A. Windows color (decimal): -10333334 or 6968162. OLE color: 6968162.

HSL color Cylindrical-coordinate representation of color #62536A: hue angle of 279.13º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62536A is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9883106-
CMYK0.080.2200.58
HSL279.13º12.17%37.06%-
HSV(B)279.13º21.7%41.57%-
XYZ10.739.8214.97-
YUV90.11136.97133.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=34.15%
G=28.92%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98831060.080.2200.58279.1312.1737.06
Hex62536A81603A117c25
Octal14212315210260724271445
Binary11000101010011110101010001011001110101000101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62536A; }

 p { color: rgb(98,83,106); }

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

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

 a { background-color: rgb(98,83,106); }

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

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

 span { border-color: rgb(98,83,106); }

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