#635568

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

Shades of Fedora #635568

Tints of Fedora #635568

Color information

#635568 (or 0x635568) is unknown color: approx Fedora. HEX triplet: 63, 55 and 68. RGB value is (99,85,104). Sum of RGB (Red+Green+Blue) = 99+85+104=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #635568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635568 is #9CAA97. Grayscale: #5B5B5B. Windows color (decimal): -10267288 or 6837603. OLE color: 6837603.

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

Color convert

RGB9985104-
CMYK0.050.1800.59
HSL284.21º10.05%37.06%-
HSV(B)284.21º18.27%40.78%-
XYZ10.8910.1514.48-
YUV91.35135.14133.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=34.38%
G=29.51%
B=36.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99851040.050.1800.59284.2110.0537.06
Hex63556851203B11ca25
Octal1431251505220734341245
Binary1100011101010111010001011001001110111000111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635568; }

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

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

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

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

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

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

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

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