#635168

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

Shades of Fedora #635168

Tints of Fedora #635168

Color information

#635168 (or 0x635168) is unknown color: approx Fedora. HEX triplet: 63, 51 and 68. RGB value is (99,81,104). Sum of RGB (Red+Green+Blue) = 99+81+104=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #635168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635168 is #9CAE97. Grayscale: #585858. Windows color (decimal): -10268312 or 6836579. OLE color: 6836579.

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

Color convert

RGB9981104-
CMYK0.050.2200.59
HSL286.96º12.43%36.27%-
HSV(B)286.96º22.12%40.78%-
XYZ10.599.5414.38-
YUV89136.46135.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=34.86%
G=28.52%
B=36.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99811040.050.2200.59286.9612.4336.27
Hex63516851603B11fc24
Octal1431211505260734371444
Binary1100011101000111010001011011001110111000111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635168; }

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

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

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

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

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

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

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

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