#635369

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

Shades of Fedora #635369

Tints of Fedora #635369

Color information

#635369 (or 0x635369) is unknown color: approx Fedora. HEX triplet: 63, 53 and 69. RGB value is (99,83,105). Sum of RGB (Red+Green+Blue) = 99+83+105=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #635369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635369 is #9CAC96. Grayscale: #5A5A5A. Windows color (decimal): -10267799 or 6902627. OLE color: 6902627.

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

Color convert

RGB9983105-
CMYK0.060.2100.59
HSL283.64º11.7%36.86%-
HSV(B)283.64º20.95%41.18%-
XYZ10.799.8614.7-
YUV90.29136.3134.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=34.49%
G=28.92%
B=36.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99831050.060.2100.59283.6411.736.86
Hex63536961503B11cc25
Octal1431231516250734341445
Binary1100011101001111010011101010101110111000111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635369; }

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

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

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

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

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

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

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

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