#634D68

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

Shades of Fedora #634D68

Tints of Fedora #634D68

Color information

#634D68 (or 0x634D68) is unknown color: approx Fedora. HEX triplet: 63, 4D and 68. RGB value is (99,77,104). Sum of RGB (Red+Green+Blue) = 99+77+104=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #634D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D68 is #9CB297. Grayscale: #565656. Windows color (decimal): -10269336 or 6835555. OLE color: 6835555.

HSL color Cylindrical-coordinate representation of color #634D68: hue angle of 288.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #634D68 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9977104-
CMYK0.050.2600.59
HSL288.89º14.92%35.49%-
HSV(B)288.89º25.96%40.78%-
XYZ10.38.9614.28-
YUV86.66137.79136.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=35.36%
G=27.5%
B=37.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99771040.050.2600.59288.8914.9235.49
Hex634D6851A03B121f23
Octal1431151505320734411743
Binary1100011100110111010001011101001110111001000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,77,104); }

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

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

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

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

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

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

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