#634D6C

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

Shades of Fedora #634D6C

Tints of Fedora #634D6C

Color information

#634D6C (or 0x634D6C) is unknown color: approx Fedora. HEX triplet: 63, 4D and 6C. RGB value is (99,77,108). Sum of RGB (Red+Green+Blue) = 99+77+108=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #634D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D6C is #9CB293. Grayscale: #575757. Windows color (decimal): -10269332 or 7097699. OLE color: 7097699.

HSL color Cylindrical-coordinate representation of color #634D6C: hue angle of 282.58º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634D6C is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9977108-
CMYK0.080.2900.58
HSL282.58º16.76%36.27%-
HSV(B)282.58º28.7%42.35%-
XYZ10.519.0415.38-
YUV87.11139.79136.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=34.86%
G=27.11%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99771080.080.2900.58282.5816.7636.27
Hex634D6C81D03A11b1124
Octal14311515410350724332144
Binary110001110011011101100100011101011101010001101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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