#634765

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

Shades of Fedora #634765

Tints of Fedora #634765

Color information

#634765 (or 0x634765) is unknown color: approx Fedora. HEX triplet: 63, 47 and 65. RGB value is (99,71,101). Sum of RGB (Red+Green+Blue) = 99+71+101=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 71 (28.12% from 255 or 26.20% 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 #634765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634765 is #9CB89A. Grayscale: #525252. Windows color (decimal): -10270875 or 6637411. OLE color: 6637411.

HSL color Cylindrical-coordinate representation of color #634765: hue angle of 296º 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 #634765 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9971101-
CMYK0.020.3000.60
HSL296º17.44%33.73%-
HSV(B)296º29.7%39.61%-
XYZ9.758.113.36-
YUV82.79138.28139.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=36.53%
G=26.20%
B=37.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99711010.020.3000.6029617.4433.73
Hex63476521E03C1281122
Octal1431071452360744502142
Binary1100011100011111001011011110011110010010100010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634765; }

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

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

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

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

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

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

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

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