#635067

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

Shades of Fedora #635067

Tints of Fedora #635067

Color information

#635067 (or 0x635067) is unknown color: approx Fedora. HEX triplet: 63, 50 and 67. RGB value is (99,80,103). Sum of RGB (Red+Green+Blue) = 99+80+103=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #635067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635067 is #9CAF98. Grayscale: #585858. Windows color (decimal): -10268569 or 6770787. OLE color: 6770787.

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

Color convert

RGB9980103-
CMYK0.040.2200.60
HSL289.57º12.57%35.88%-
HSV(B)289.57º22.33%40.39%-
XYZ10.469.3714.09-
YUV88.3136.29135.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=35.11%
G=28.37%
B=36.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99801030.040.2200.60289.5712.5735.88
Hex63506741603C122d24
Octal1431201474260744421544
Binary1100011101000011001111001011001111001001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635067; }

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

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

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

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

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

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

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

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