#634A63

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

Shades of Fedora #634A63

Tints of Fedora #634A63

Color information

#634A63 (or 0x634A63) is unknown color: approx Fedora. HEX triplet: 63, 4A and 63. RGB value is (99,74,99). Sum of RGB (Red+Green+Blue) = 99+74+99=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #634A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A63 is #9CB59C. Grayscale: #545454. Windows color (decimal): -10270109 or 6507107. OLE color: 6507107.

HSL color Cylindrical-coordinate representation of color #634A63: hue angle of 300º 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 #634A63 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB997499-
CMYK00.2500.61
HSL300º14.45%33.92%-
HSV(B)300º25.25%38.82%-
XYZ9.858.4512.92-
YUV84.32136.28138.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.40%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=36.40%
G=27.21%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99749900.2500.6130014.4533.92
Hex634A6301903D12ce22
Octal1431121430310754541642
Binary11000111001010110001101100101111011001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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