#635069

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

Shades of Fedora #635069

Tints of Fedora #635069

Color information

#635069 (or 0x635069) is unknown color: approx Fedora. HEX triplet: 63, 50 and 69. RGB value is (99,80,105). Sum of RGB (Red+Green+Blue) = 99+80+105=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #635069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635069 is #9CAF96. Grayscale: #585858. Windows color (decimal): -10268567 or 6901859. OLE color: 6901859.

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

Color convert

RGB9980105-
CMYK0.060.2400.59
HSL285.6º13.51%36.27%-
HSV(B)285.6º23.81%41.18%-
XYZ10.569.4114.62-
YUV88.53137.29135.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=34.86%
G=28.17%
B=36.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99801050.060.2400.59285.613.5136.27
Hex63506961803B11ee24
Octal1431201516300734361644
Binary1100011101000011010011101100001110111000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635069; }

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

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

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

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

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

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

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

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