#634663

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

Shades of Fedora #634663

Tints of Fedora #634663

Color information

#634663 (or 0x634663) is unknown color: approx Fedora. HEX triplet: 63, 46 and 63. RGB value is (99,70,99). Sum of RGB (Red+Green+Blue) = 99+70+99=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #634663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634663 is #9CB99C. Grayscale: #515151. Windows color (decimal): -10271133 or 6506083. OLE color: 6506083.

HSL color Cylindrical-coordinate representation of color #634663: hue angle of 300º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634663 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB997099-
CMYK00.2900.61
HSL300º17.16%33.14%-
HSV(B)300º29.29%38.82%-
XYZ9.597.9312.83-
YUV81.98137.61140.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=36.94%
G=26.12%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99709900.2900.6130017.1633.14
Hex63466301D03D12c1121
Octal1431061430350754542141
Binary110001110001101100011011101011110110010110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634663; }

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

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

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

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

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

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

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

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