#62546A

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

Shades of Fedora #62546A

Tints of Fedora #62546A

Color information

#62546A (or 0x62546A) is unknown color: approx Fedora. HEX triplet: 62, 54 and 6A. RGB value is (98,84,106). Sum of RGB (Red+Green+Blue) = 98+84+106=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #62546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62546A is #9DAB95. Grayscale: #5A5A5A. Windows color (decimal): -10333078 or 6968418. OLE color: 6968418.

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

Color convert

RGB9884106-
CMYK0.080.2100.58
HSL278.18º11.58%37.25%-
HSV(B)278.18º20.75%41.57%-
XYZ10.819.9814.99-
YUV90.69136.64133.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.03%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=34.03%
G=29.17%
B=36.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98841060.080.2100.58278.1811.5837.25
Hex62546A81503A116c25
Octal14212415210250724261445
Binary11000101010100110101010001010101110101000101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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