#634E6C

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

Shades of Fedora #634E6C

Tints of Fedora #634E6C

Color information

#634E6C (or 0x634E6C) is unknown color: approx Fedora. HEX triplet: 63, 4E and 6C. RGB value is (99,78,108). Sum of RGB (Red+Green+Blue) = 99+78+108=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #634E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E6C is #9CB193. Grayscale: #575757. Windows color (decimal): -10269076 or 7097955. OLE color: 7097955.

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

Color convert

RGB9978108-
CMYK0.080.2800.58
HSL282º16.13%36.47%-
HSV(B)282º27.78%42.35%-
XYZ10.589.1815.4-
YUV87.7139.46136.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=34.74%
G=27.37%
B=37.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99781080.080.2800.5828216.1336.47
Hex634E6C81C03A11a1024
Octal14311615410340724322044
Binary110001110011101101100100011100011101010001101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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