#634566

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

Shades of Fedora #634566

Tints of Fedora #634566

Color information

#634566 (or 0x634566) is unknown color: approx Fedora. HEX triplet: 63, 45 and 66. RGB value is (99,69,102). Sum of RGB (Red+Green+Blue) = 99+69+102=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #634566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634566 is #9CBA99. Grayscale: #515151. Windows color (decimal): -10271386 or 6702435. OLE color: 6702435.

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

Color convert

RGB9969102-
CMYK0.030.3200.6
HSL294.55º19.3%33.53%-
HSV(B)294.55º32.35%40%-
XYZ9.677.8713.58-
YUV81.73139.44140.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=36.67%
G=25.56%
B=37.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99691020.030.3200.6294.5519.333.53
Hex63456632003C1271322
Octal1431051463400744472342
Binary11000111000101110011011100000011110010010011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634566; }

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

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

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

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

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

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

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

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