#635468

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

Shades of Fedora #635468

Tints of Fedora #635468

Color information

#635468 (or 0x635468) is unknown color: approx Fedora. HEX triplet: 63, 54 and 68. RGB value is (99,84,104). Sum of RGB (Red+Green+Blue) = 99+84+104=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #635468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635468 is #9CAB97. Grayscale: #5A5A5A. Windows color (decimal): -10267544 or 6837347. OLE color: 6837347.

HSL color Cylindrical-coordinate representation of color #635468: hue angle of 285º 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 #635468 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9984104-
CMYK0.050.1900.59
HSL285º10.64%36.86%-
HSV(B)285º19.23%40.78%-
XYZ10.819.9914.46-
YUV90.76135.47133.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=34.49%
G=29.27%
B=36.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99841040.050.1900.5928510.6436.86
Hex63546851303B11db25
Octal1431241505230734351345
Binary1100011101010011010001011001101110111000111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635468; }

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

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

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

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

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

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

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

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