#63456A

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

Shades of Fedora #63456A

Tints of Fedora #63456A

Color information

#63456A (or 0x63456A) is unknown color: approx Fedora. HEX triplet: 63, 45 and 6A. RGB value is (99,69,106). Sum of RGB (Red+Green+Blue) = 99+69+106=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #63456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63456A is #9CBA95. Grayscale: #525252. Windows color (decimal): -10271382 or 6964579. OLE color: 6964579.

HSL color Cylindrical-coordinate representation of color #63456A: hue angle of 288.65º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63456A is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9969106-
CMYK0.070.3500.58
HSL288.65º21.14%34.31%-
HSV(B)288.65º34.91%41.57%-
XYZ9.887.9514.65-
YUV82.19141.44139.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.13%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=36.13%
G=25.18%
B=38.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99691060.070.3500.58288.6521.1434.31
Hex63456A72303A1211522
Octal1431051527430724412542
Binary110001110001011101010111100011011101010010000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63456A; }

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

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

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

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

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

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

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

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