#635968

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

Shades of Fedora #635968

Tints of Fedora #635968

Color information

#635968 (or 0x635968) is unknown color: approx Fedora. HEX triplet: 63, 59 and 68. RGB value is (99,89,104). Sum of RGB (Red+Green+Blue) = 99+89+104=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #635968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635968 is #9CA697. Grayscale: #5D5D5D. Windows color (decimal): -10266264 or 6838627. OLE color: 6838627.

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

Color convert

RGB9989104-
CMYK0.050.1400.59
HSL280º7.77%37.84%-
HSV(B)280º14.42%40.78%-
XYZ11.2210.814.59-
YUV93.7133.81131.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=33.90%
G=30.48%
B=35.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99891040.050.1400.592807.7737.84
Hex6359685E03B118826
Octal1431311505160734301046
Binary110001110110011101000101111001110111000110001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635968; }

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

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

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

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

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

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

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

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