#63556B

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

Shades of Fedora #63556B

Tints of Fedora #63556B

Color information

#63556B (or 0x63556B) is unknown color: approx Fedora. HEX triplet: 63, 55 and 6B. RGB value is (99,85,107). Sum of RGB (Red+Green+Blue) = 99+85+107=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #63556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63556B is #9CAA94. Grayscale: #5B5B5B. Windows color (decimal): -10267285 or 7034211. OLE color: 7034211.

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

Color convert

RGB9985107-
CMYK0.070.2100.58
HSL278.18º11.46%37.65%-
HSV(B)278.18º20.56%41.96%-
XYZ11.0510.2115.3-
YUV91.69136.64133.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=34.02%
G=29.21%
B=36.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99851070.070.2100.58278.1811.4637.65
Hex63556B71503A116b26
Octal1431251537250724261346
Binary1100011101010111010111111010101110101000101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63556B; }

 p { color: rgb(99,85,107); }

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

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

 a { background-color: rgb(99,85,107); }

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

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

 span { border-color: rgb(99,85,107); }

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