#635569

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

Shades of Fedora #635569

Tints of Fedora #635569

Color information

#635569 (or 0x635569) is unknown color: approx Fedora. HEX triplet: 63, 55 and 69. RGB value is (99,85,105). Sum of RGB (Red+Green+Blue) = 99+85+105=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #635569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635569 is #9CAA96. Grayscale: #5B5B5B. Windows color (decimal): -10267287 or 6903139. OLE color: 6903139.

HSL color Cylindrical-coordinate representation of color #635569: hue angle of 282º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635569 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9985105-
CMYK0.060.1900.59
HSL282º10.53%37.25%-
HSV(B)282º19.05%41.18%-
XYZ10.9410.1714.75-
YUV91.47135.64133.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=34.26%
G=29.41%
B=36.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99851050.060.1900.5928210.5337.25
Hex63556961303B11ab25
Octal1431251516230734321345
Binary1100011101010111010011101001101110111000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635569; }

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

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

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

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

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

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

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

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