#624965

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

Shades of Fedora #624965

Tints of Fedora #624965

Color information

#624965 (or 0x624965) is unknown color: approx Fedora. HEX triplet: 62, 49 and 65. RGB value is (98,73,101). Sum of RGB (Red+Green+Blue) = 98+73+101=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #624965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624965 is #9DB69A. Grayscale: #535353. Windows color (decimal): -10335899 or 6637922. OLE color: 6637922.

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

Color convert

RGB9873101-
CMYK0.030.2800.60
HSL293.57º16.09%34.12%-
HSV(B)293.57º27.72%39.61%-
XYZ9.778.313.4-
YUV83.67137.78138.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=36.03%
G=26.84%
B=37.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98731010.030.2800.60293.5716.0934.12
Hex62496531C03C1261022
Octal1421111453340744462042
Binary1100010100100111001011111100011110010010011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624965; }

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

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

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

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

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

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

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

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