#634C66

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

Shades of Fedora #634C66

Tints of Fedora #634C66

Color information

#634C66 (or 0x634C66) is unknown color: approx Fedora. HEX triplet: 63, 4C and 66. RGB value is (99,76,102). Sum of RGB (Red+Green+Blue) = 99+76+102=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 102 - color contains mainly: blue. Hex color #634C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C66 is #9CB399. Grayscale: #555555. Windows color (decimal): -10269594 or 6704227. OLE color: 6704227.

HSL color Cylindrical-coordinate representation of color #634C66: hue angle of 293.08º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #634C66 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9976102-
CMYK0.030.2500.6
HSL293.08º14.61%34.9%-
HSV(B)293.08º25.49%40%-
XYZ10.138.7813.73-
YUV85.84137.12137.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 102 (40.23% from 255) = 36.82%
R=35.74%
G=27.44%
B=36.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99761020.030.2500.6293.0814.6134.9
Hex634C6631903C125f23
Octal1431141463310744451743
Binary110001110011001100110111100101111001001001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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