#635469

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

Shades of Fedora #635469

Tints of Fedora #635469

Color information

#635469 (or 0x635469) is unknown color: approx Fedora. HEX triplet: 63, 54 and 69. RGB value is (99,84,105). Sum of RGB (Red+Green+Blue) = 99+84+105=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #635469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635469 is #9CAB96. Grayscale: #5A5A5A. Windows color (decimal): -10267543 or 6902883. OLE color: 6902883.

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

Color convert

RGB9984105-
CMYK0.060.2000.59
HSL282.86º11.11%37.06%-
HSV(B)282.86º20%41.18%-
XYZ10.8710.0114.72-
YUV90.88135.97133.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=34.38%
G=29.17%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99841050.060.2000.59282.8611.1137.06
Hex63546961403B11bb25
Octal1431241516240734331345
Binary1100011101010011010011101010001110111000110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635469; }

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

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

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

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

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

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

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

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