#624865

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

Shades of Fedora #624865

Tints of Fedora #624865

Color information

#624865 (or 0x624865) is unknown color: approx Fedora. HEX triplet: 62, 48 and 65. RGB value is (98,72,101). Sum of RGB (Red+Green+Blue) = 98+72+101=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #624865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624865 is #9DB79A. Grayscale: #525252. Windows color (decimal): -10336155 or 6637666. OLE color: 6637666.

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

Color convert

RGB9872101-
CMYK0.030.2900.60
HSL293.79º16.76%33.92%-
HSV(B)293.79º28.71%39.61%-
XYZ9.78.1713.38-
YUV83.08138.11138.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=36.16%
G=26.57%
B=37.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98721010.030.2900.60293.7916.7633.92
Hex62486531D03C1261122
Octal1421101453350744462142
Binary1100010100100011001011111101011110010010011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624865; }

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

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

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

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

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

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

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

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