#634A62

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

Shades of Fedora #634A62

Tints of Fedora #634A62

Color information

#634A62 (or 0x634A62) is unknown color: approx Fedora. HEX triplet: 63, 4A and 62. RGB value is (99,74,98). Sum of RGB (Red+Green+Blue) = 99+74+98=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #634A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A62 is #9CB59D. Grayscale: #545454. Windows color (decimal): -10270110 or 6441571. OLE color: 6441571.

HSL color Cylindrical-coordinate representation of color #634A62: hue angle of 302.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #634A62 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB997498-
CMYK00.250.010.61
HSL302.4º14.45%33.92%-
HSV(B)302.4º25.25%38.82%-
XYZ9.88.4312.67-
YUV84.21135.78138.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=36.53%
G=27.31%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99749800.250.010.61302.414.4533.92
Hex634A6201913D12ee22
Octal1431121420311754561642
Binary11000111001010110001001100111111011001011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634A62; }

 p { color: rgb(99,74,98); }

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

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

 a { background-color: rgb(99,74,98); }

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

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

 span { border-color: rgb(99,74,98); }

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