#634662

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

Shades of Fedora #634662

Tints of Fedora #634662

Color information

#634662 (or 0x634662) is unknown color: approx Fedora. HEX triplet: 63, 46 and 62. RGB value is (99,70,98). Sum of RGB (Red+Green+Blue) = 99+70+98=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #634662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634662 is #9CB99D. Grayscale: #515151. Windows color (decimal): -10271134 or 6440547. OLE color: 6440547.

HSL color Cylindrical-coordinate representation of color #634662: hue angle of 302.07º 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 #634662 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB997098-
CMYK00.290.010.61
HSL302.07º17.16%33.14%-
HSV(B)302.07º29.29%38.82%-
XYZ9.547.9112.58-
YUV81.86137.11140.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=37.08%
G=26.22%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99709800.290.010.61302.0717.1633.14
Hex63466201D13D12e1121
Octal1431061420351754562141
Binary110001110001101100010011101111110110010111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634662; }

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

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

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

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

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

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

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

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