#635467

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

Shades of Fedora #635467

Tints of Fedora #635467

Color information

#635467 (or 0x635467) is unknown color: approx Fedora. HEX triplet: 63, 54 and 67. RGB value is (99,84,103). Sum of RGB (Red+Green+Blue) = 99+84+103=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 103 - color contains mainly: blue. Hex color #635467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635467 is #9CAB98. Grayscale: #5A5A5A. Windows color (decimal): -10267545 or 6771811. OLE color: 6771811.

HSL color Cylindrical-coordinate representation of color #635467: hue angle of 287.37º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #635467 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9984103-
CMYK0.040.1800.60
HSL287.37º10.16%36.67%-
HSV(B)287.37º18.45%40.39%-
XYZ10.769.9714.19-
YUV90.65134.97133.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.62%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=34.62%
G=29.37%
B=36.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99841030.040.1800.60287.3710.1636.67
Hex63546741203C11fa25
Octal1431241474220744371245
Binary1100011101010011001111001001001111001000111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635467; }

 p { color: rgb(99,84,103); }

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

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

 a { background-color: rgb(99,84,103); }

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

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

 span { border-color: rgb(99,84,103); }

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