#634C68

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

Shades of Fedora #634C68

Tints of Fedora #634C68

Color information

#634C68 (or 0x634C68) is unknown color: approx Fedora. HEX triplet: 63, 4C and 68. RGB value is (99,76,104). Sum of RGB (Red+Green+Blue) = 99+76+104=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #634C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C68 is #9CB397. Grayscale: #555555. Windows color (decimal): -10269592 or 6835299. OLE color: 6835299.

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

Color convert

RGB9976104-
CMYK0.050.2700.59
HSL289.29º15.56%35.29%-
HSV(B)289.29º26.92%40.78%-
XYZ10.238.8214.26-
YUV86.07138.12137.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=35.48%
G=27.24%
B=37.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99761040.050.2700.59289.2915.5635.29
Hex634C6851B03B1211023
Octal1431141505330734412043
Binary11000111001100110100010111011011101110010000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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