#635268

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

Shades of Fedora #635268

Tints of Fedora #635268

Color information

#635268 (or 0x635268) is unknown color: approx Fedora. HEX triplet: 63, 52 and 68. RGB value is (99,82,104). Sum of RGB (Red+Green+Blue) = 99+82+104=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #635268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635268 is #9CAD97. Grayscale: #595959. Windows color (decimal): -10268056 or 6836835. OLE color: 6836835.

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

Color convert

RGB9982104-
CMYK0.050.2100.59
HSL286.36º11.83%36.47%-
HSV(B)286.36º21.15%40.78%-
XYZ10.669.6914.4-
YUV89.59136.13134.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=34.74%
G=28.77%
B=36.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99821040.050.2100.59286.3611.8336.47
Hex63526851503B11ec24
Octal1431221505250734361444
Binary1100011101001011010001011010101110111000111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635268; }

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

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

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

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

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

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

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

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