#634766

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

Shades of Fedora #634766

Tints of Fedora #634766

Color information

#634766 (or 0x634766) is unknown color: approx Fedora. HEX triplet: 63, 47 and 66. RGB value is (99,71,102). Sum of RGB (Red+Green+Blue) = 99+71+102=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #634766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634766 is #9CB899. Grayscale: #525252. Windows color (decimal): -10270874 or 6702947. OLE color: 6702947.

HSL color Cylindrical-coordinate representation of color #634766: hue angle of 294.19º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #634766 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9971102-
CMYK0.030.3000.6
HSL294.19º17.92%33.92%-
HSV(B)294.19º30.39%40%-
XYZ9.88.1213.62-
YUV82.91138.78139.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.40%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=36.40%
G=26.10%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99711020.030.3000.6294.1917.9233.92
Hex63476631E03C1261222
Octal1431071463360744462242
Binary1100011100011111001101111110011110010010011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634766; }

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

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

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

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

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

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

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

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