#624765

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

Shades of Fedora #624765

Tints of Fedora #624765

Color information

#624765 (or 0x624765) is unknown color: approx Fedora. HEX triplet: 62, 47 and 65. RGB value is (98,71,101). Sum of RGB (Red+Green+Blue) = 98+71+101=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 101 - color contains mainly: blue. Hex color #624765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624765 is #9DB89A. Grayscale: #525252. Windows color (decimal): -10336411 or 6637410. OLE color: 6637410.

HSL color Cylindrical-coordinate representation of color #624765: hue angle of 294º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #624765 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9871101-
CMYK0.030.3000.60
HSL294º17.44%33.73%-
HSV(B)294º29.7%39.61%-
XYZ9.648.0413.36-
YUV82.49138.45139.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=36.30%
G=26.30%
B=37.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98711010.030.3000.6029417.4433.73
Hex62476531E03C1261122
Octal1421071453360744462142
Binary1100010100011111001011111110011110010010011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624765; }

 p { color: rgb(98,71,101); }

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

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

 a { background-color: rgb(98,71,101); }

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

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

 span { border-color: rgb(98,71,101); }

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