#635266

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

Shades of Fedora #635266

Tints of Fedora #635266

Color information

#635266 (or 0x635266) is unknown color: approx Fedora. HEX triplet: 63, 52 and 66. RGB value is (99,82,102). Sum of RGB (Red+Green+Blue) = 99+82+102=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #635266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635266 is #9CAD99. Grayscale: #595959. Windows color (decimal): -10268058 or 6705763. OLE color: 6705763.

HSL color Cylindrical-coordinate representation of color #635266: hue angle of 291º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #635266 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9982102-
CMYK0.030.2000.6
HSL291º10.87%36.08%-
HSV(B)291º19.61%40%-
XYZ10.569.6513.88-
YUV89.36135.13134.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=34.98%
G=28.98%
B=36.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99821020.030.2000.629110.8736.08
Hex63526631403C123b24
Octal1431221463240744431344
Binary110001110100101100110111010001111001001000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635266; }

 p { color: rgb(99,82,102); }

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

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

 a { background-color: rgb(99,82,102); }

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

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

 span { border-color: rgb(99,82,102); }

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